Html Css Color HEX #CAFF1E Electric Lime

📋 copy color: '#CAFF1E'

red 202 ◦ green 255 ◦ blue 30

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

Shades of Electric Lime #CAFF1E

Tints of Electric Lime #CAFF1E

RGB

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

 GREEN value IS 255 (100% from 255) = 52.36%

 BLUE value IS 30 (12.11% from 255) = 6.16%

R = 41.48%
G = 52.36%
B = 6.16%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#CAFF1E (or 0xCAFF1E) is known color: Electric Lime. HEX triplet: CA, FF and 1E. RGB value is (202,255,30). Sum of RGB (Red+Green+Blue) = 202+255+30=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 255 (100% from 255 or 52.36% from 487); Blue value is 30 (12.11% from 255 or 6.16% from 487); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFF1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAFF1E is #3500E1. Grayscale: #D6D6D6. Windows color (decimal): -3473634 or 2031562. OLE color: 2031562.

HSL color Cylindrical-coordinate representation of color #CAFF1E: hue angle of 74.13º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CAFF1E is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.

Color convert

RGB 202 255 30 -
CMYK 0.21 0 0.88 0
HSL 74.13º 1% 0.56% -
HSV(B) 74.13º 0.88% 1% -
XYZ 60.35 84.17 14.29 -
YUV 213.5 24.44 119.8 -
System Red Green Blue C M Y K H S L
Decimal 202 255 30 0.21 0 0.88 0 74.13 1 0.56
Hex CA FF 1E 15 0 58 0 4A 64 38
Octal 312 377 36 25 0 130 0 112 144 70
Binary 11001010 11111111 11110 10101 0 1011000 0 1001010 1100100 111000

Color Harmonies of #CAFF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFF1E

Black with #CAFF1E

Text Example


Text Example

White with #CAFF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFF1E; }

 p { color: rgb(202,255,30); }

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

background-color css

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

 a { background-color: rgb(202,255,30); }

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

border-color css

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

 span { border-color: rgb(202,255,30); }

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