#caff1e

Color #CAFF1E Electric Lime (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Lime #CAFF1E

Tints of Electric Lime #CAFF1E

Color information

#CAFF1E (or 0xCAFF1E) is unknown color: approx 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

RGB20225530-
CMYK0.2100.880
HSL74.13º100%55.88%-
HSV(B)74.13º88.24%100%-
XYZ60.3584.1714.29-
YUV213.524.44119.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% 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 (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal202255300.2100.88074.1310055.88
HexCAFF1E1505804a6438
Octal31237736250130011214470
Binary1100101011111111111101010101011000010010101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #caff1e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>