Html Css Color HEX #CAF50B Electric Lime

📋 copy color: '#CAF50B'

red 202 ◦ green 245 ◦ blue 11

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

Shades of Electric Lime #CAF50B

Tints of Electric Lime #CAF50B

RGB

 RED value IS 202 (79.3% from 255) = 44.1%

 GREEN value IS 245 (96.09% from 255) = 53.49%

 BLUE value IS 11 (4.69% from 255) = 2.4%

R = 44.1%
G = 53.49%
B = 2.4%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#CAF50B (or 0xCAF50B) is known color: Electric Lime. HEX triplet: CA, F5 and 0B. RGB value is (202,245,11). Sum of RGB (Red+Green+Blue) = 202+245+11=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 245 (96.09% from 255 or 53.49% from 458); Blue value is 11 (4.69% from 255 or 2.40% from 458); Max value from RGB is 245 - color contains mainly: green. Hex color #CAF50B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF50B is #350AF4. Grayscale: #CECECE. Windows color (decimal): -3476213 or 783818. OLE color: 783818.

HSL color Cylindrical-coordinate representation of color #CAF50B: hue angle of 71.03º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CAF50B is Cyan = 0.18, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.

Color convert

RGB 202 245 11 -
CMYK 0.18 0 0.96 0.04
HSL 71.03º 0.92% 0.5% -
HSV(B) 71.03º 0.96% 0.96% -
XYZ 57.07 77.89 12.34 -
YUV 205.47 18.25 125.53 -
System Red Green Blue C M Y K H S L
Decimal 202 245 11 0.18 0 0.96 0.04 71.03 0.92 0.5
Hex CA F5 B 12 0 60 4 47 5C 32
Octal 312 365 13 22 0 140 4 107 134 62
Binary 11001010 11110101 1011 10010 0 1100000 100 1000111 1011100 110010

Color Harmonies of #CAF50B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF50B

Black with #CAF50B

Text Example


Text Example

White with #CAF50B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF50B; }

 p { color: rgb(202,245,11); }

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

background-color css

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

 a { background-color: rgb(202,245,11); }

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

border-color css

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

 span { border-color: rgb(202,245,11); }

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