Html Css Color HEX #CAF300 Electric Lime

📋 copy color: '#CAF300'

red 202 ◦ green 243 ◦ blue 0

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

Shades of Electric Lime #CAF300

Tints of Electric Lime #CAF300

RGB

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

 GREEN value IS 243 (95.31% from 255) = 54.61%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 45.39%
G = 54.61%
B = 0%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#CAF300 (or 0xCAF300) is known color: Electric Lime. HEX triplet: CA, F3 and 00. RGB value is (202,243,0). Sum of RGB (Red+Green+Blue) = 202+243+0=445 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.39% from 445); Green value is 243 (95.31% from 255 or 54.61% from 445); Blue value is 0 (0.39% from 255 or 0% from 445); Max value from RGB is 243 - color contains mainly: green. Hex color #CAF300 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF300 is #350CFF. Grayscale: #CBCBCB. Windows color (decimal): -3476736 or 62410. OLE color: 62410.

HSL color Cylindrical-coordinate representation of color #CAF300: hue angle of 70.12º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CAF300 is Cyan = 0.17, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 243 0 -
CMYK 0.17 0 1 0.05
HSL 70.12º 1% 0.48% -
HSV(B) 70.12º 1% 0.95% -
XYZ 56.41 76.66 11.82 -
YUV 203.04 13.42 127.26 -
System Red Green Blue C M Y K H S L
Decimal 202 243 0 0.17 0 1 0.05 70.12 1 0.48
Hex CA F3 0 11 0 64 5 46 64 30
Octal 312 363 0 21 0 144 5 106 144 60
Binary 11001010 11110011 0 10001 0 1100100 101 1000110 1100100 110000

Color Harmonies of #CAF300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF300

Black with #CAF300

Text Example


Text Example

White with #CAF300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF300; }

 p { color: rgb(202,243,0); }

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

background-color css

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

 a { background-color: rgb(202,243,0); }

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

border-color css

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

 span { border-color: rgb(202,243,0); }

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