Html Css Color HEX #33CD4A Lime Green

📋 copy color: '#33CD4A'

red 51 ◦ green 205 ◦ blue 74

#33CD4A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #33CD4A

Tints of Lime Green #33CD4A

RGB

 RED value IS 51 (20.31% from 255) = 15.45%

 GREEN value IS 205 (80.47% from 255) = 62.12%

 BLUE value IS 74 (29.3% from 255) = 22.42%

R = 15.45%
G = 62.12%
B = 22.42%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.64

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#33CD4A (or 0x33CD4A) is known color: Lime Green. HEX triplet: 33, CD and 4A. RGB value is (51,205,74). Sum of RGB (Red+Green+Blue) = 51+205+74=330 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.45% from 330); Green value is 205 (80.47% from 255 or 62.12% from 330); Blue value is 74 (29.30% from 255 or 22.42% from 330); Max value from RGB is 205 - color contains mainly: green. Hex color #33CD4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33CD4A is #CC32B5. Grayscale: #909090. Windows color (decimal): -13382326 or 4902195. OLE color: 4902195.

HSL color Cylindrical-coordinate representation of color #33CD4A: hue angle of 128.96º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33CD4A is Cyan = 0.75, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB 51 205 74 -
CMYK 0.75 0 0.64 0.20
HSL 128.96º 0.61% 0.5% -
HSV(B) 128.96º 0.75% 0.8% -
XYZ 24.43 44.86 13.85 -
YUV 144.02 88.48 61.65 -
System Red Green Blue C M Y K H S L
Decimal 51 205 74 0.75 0 0.64 0.20 128.96 0.61 0.5
Hex 33 CD 4A 4B 0 40 14 81 3D 32
Octal 63 315 112 113 0 100 24 201 75 62
Binary 110011 11001101 1001010 1001011 0 1000000 10100 10000001 111101 110010

Color Harmonies of #33CD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33CD4A

Black with #33CD4A

Text Example


Text Example

White with #33CD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33CD4A; }

 p { color: rgb(51,205,74); }

 H1.HeaderClassName
 {
   color: #33CD4A;
 }
 .AnyTagClassName
 {
   color: #33CD4A;
 }
</style>

background-color css

<style>
 a { background-color: #33CD4A; }

 a { background-color: rgb(51,205,74); }

 div.DivClassName
 {
   background-color: #33CD4A;
 }
 .BgClassName
 {
   background-color: #33CD4A;
 }
</style>

border-color css

<style>
 span { border-color: #33CD4A; }

 span { border-color: rgb(51,205,74); }

 td.TdClassName
 {
   border-color: #33CD4A;
 }
 .TagClassName
 {
   border-color: #33CD4A;
 }
</style>