Html Css Color HEX #CAFE14 Electric Lime

📋 copy color: '#CAFE14'

red 202 ◦ green 254 ◦ blue 20

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

Shades of Electric Lime #CAFE14

Tints of Electric Lime #CAFE14

RGB

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

 GREEN value IS 254 (99.61% from 255) = 53.36%

 BLUE value IS 20 (8.2% from 255) = 4.2%

R = 42.44%
G = 53.36%
B = 4.2%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#CAFE14 (or 0xCAFE14) is known color: Electric Lime. HEX triplet: CA, FE and 14. RGB value is (202,254,20). Sum of RGB (Red+Green+Blue) = 202+254+20=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 254 (99.61% from 255 or 53.36% from 476); Blue value is 20 (8.20% from 255 or 4.20% from 476); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFE14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAFE14 is #3501EB. Grayscale: #D4D4D4. Windows color (decimal): -3473900 or 1375946. OLE color: 1375946.

HSL color Cylindrical-coordinate representation of color #CAFE14: hue angle of 73.33º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CAFE14 is Cyan = 0.20, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.00.

Color convert

RGB 202 254 20 -
CMYK 0.20 0 0.92 0.00
HSL 73.33º 0.99% 0.54% -
HSV(B) 73.33º 0.92% 1% -
XYZ 59.93 83.49 13.62 -
YUV 211.78 19.77 121.03 -
System Red Green Blue C M Y K H S L
Decimal 202 254 20 0.20 0 0.92 0.00 73.33 0.99 0.54
Hex CA FE 14 14 0 5C 0 49 63 36
Octal 312 376 24 24 0 134 0 111 143 66
Binary 11001010 11111110 10100 10100 0 1011100 0 1001001 1100011 110110

Color Harmonies of #CAFE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFE14

Black with #CAFE14

Text Example


Text Example

White with #CAFE14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFE14; }

 p { color: rgb(202,254,20); }

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

background-color css

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

 a { background-color: rgb(202,254,20); }

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

border-color css

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

 span { border-color: rgb(202,254,20); }

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