Html Css Color HEX #CAFE10 Electric Lime

📋 copy color: '#CAFE10'

red 202 ◦ green 254 ◦ blue 16

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

Shades of Electric Lime #CAFE10

Tints of Electric Lime #CAFE10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.39%

R = 42.8%
G = 53.81%
B = 3.39%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#CAFE10 (or 0xCAFE10) is known color: Electric Lime. HEX triplet: CA, FE and 10. RGB value is (202,254,16). Sum of RGB (Red+Green+Blue) = 202+254+16=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 254 (99.61% from 255 or 53.81% from 472); Blue value is 16 (6.64% from 255 or 3.39% from 472); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFE10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAFE10 is #3501EF. Grayscale: #D4D4D4. Windows color (decimal): -3473904 or 1113802. OLE color: 1113802.

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

Color convert

RGB 202 254 16 -
CMYK 0.20 0 0.94 0.00
HSL 73.11º 0.99% 0.53% -
HSV(B) 73.11º 0.94% 1% -
XYZ 59.89 83.48 13.45 -
YUV 211.32 17.77 121.35 -
System Red Green Blue C M Y K H S L
Decimal 202 254 16 0.20 0 0.94 0.00 73.11 0.99 0.53
Hex CA FE 10 14 0 5E 0 49 63 35
Octal 312 376 20 24 0 136 0 111 143 65
Binary 11001010 11111110 10000 10100 0 1011110 0 1001001 1100011 110101

Color Harmonies of #CAFE10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFE10

Black with #CAFE10

Text Example


Text Example

White with #CAFE10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFE10; }

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

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

background-color css

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

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

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

border-color css

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

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

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