Html Css Color HEX #CAFF0E Electric Lime

📋 copy color: '#CAFF0E'

red 202 ◦ green 255 ◦ blue 14

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

Shades of Electric Lime #CAFF0E

Tints of Electric Lime #CAFF0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 2.97%

R = 42.89%
G = 54.14%
B = 2.97%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#CAFF0E (or 0xCAFF0E) is known color: Electric Lime. HEX triplet: CA, FF and 0E. RGB value is (202,255,14). Sum of RGB (Red+Green+Blue) = 202+255+14=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 255 (100% from 255 or 54.14% from 471); Blue value is 14 (5.86% from 255 or 2.97% from 471); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFF0E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAFF0E is #3500F1. Grayscale: #D4D4D4. Windows color (decimal): -3473650 or 982986. OLE color: 982986.

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

Color convert

RGB 202 255 14 -
CMYK 0.21 0 0.95 0
HSL 73.2º 1% 0.53% -
HSV(B) 73.2º 0.95% 1% -
XYZ 60.2 84.11 13.48 -
YUV 211.68 16.44 121.1 -
System Red Green Blue C M Y K H S L
Decimal 202 255 14 0.21 0 0.95 0 73.2 1 0.53
Hex CA FF E 15 0 5F 0 49 64 35
Octal 312 377 16 25 0 137 0 111 144 65
Binary 11001010 11111111 1110 10101 0 1011111 0 1001001 1100100 110101

Color Harmonies of #CAFF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFF0E

Black with #CAFF0E

Text Example


Text Example

White with #CAFF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFF0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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