#CAEC03

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

Shades of Electric Lime #CAEC03

Tints of Electric Lime #CAEC03

Color information

#CAEC03 (or 0xCAEC03) is unknown color: approx Electric Lime. HEX triplet: CA, EC and 03. RGB value is (202,236,3). Sum of RGB (Red+Green+Blue) = 202+236+3=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 236 (92.58% from 255 or 53.51% from 441); Blue value is 3 (1.56% from 255 or 0.68% from 441); Max value from RGB is 236 - color contains mainly: green. Hex color #CAEC03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAEC03 is #3513FC. Grayscale: #C8C8C8. Windows color (decimal): -3478525 or 257226. OLE color: 257226.

HSL color Cylindrical-coordinate representation of color #CAEC03: hue angle of 68.76º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CAEC03 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB2022363-
CMYK0.1400.990.07
HSL68.76º97.49%46.86%-
HSV(B)68.76º98.73%92.55%-
XYZ54.3772.5511.22-
YUV199.2717.24129.95-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.80%
GREEN value IS 236 (92.58% from 255) = 53.51%
BLUE value IS 3 (1.56% from 255) = 0.68%
R=45.80%
G=53.51%
B=0.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal20223630.1400.990.0768.7697.4946.86
HexCAEC3E063745612f
Octal3123543160143710514157
Binary11001010111011001111100110001111110001011100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEC03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEC03; }

 p { color: rgb(202,236,3); }

 H1.HeaderClassName
 {
   color: #CAEC03;
 }
 .AnyTagClassName
 {
   color: #CAEC03;
 }
</style>
background-color css

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

 a { background-color: rgb(202,236,3); }

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

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

 span { border-color: rgb(202,236,3); }

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