Html Css Color HEX #CAEC03 Electric Lime

📋 copy color: '#CAEC03'

red 202 ◦ green 236 ◦ blue 3

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

Shades of Electric Lime #CAEC03

Tints of Electric Lime #CAEC03

RGB

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

 GREEN value IS 236 (92.58% from 255) = 53.51%

 BLUE value IS 3 (1.56% from 255) = 0.68%

R = 45.8%
G = 53.51%
B = 0.68%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#CAEC03 (or 0xCAEC03) is known color: 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

RGB 202 236 3 -
CMYK 0.14 0 0.99 0.07
HSL 68.76º 0.97% 0.47% -
HSV(B) 68.76º 0.99% 0.93% -
XYZ 54.37 72.55 11.22 -
YUV 199.27 17.24 129.95 -
System Red Green Blue C M Y K H S L
Decimal 202 236 3 0.14 0 0.99 0.07 68.76 0.97 0.47
Hex CA EC 3 E 0 63 7 45 61 2F
Octal 312 354 3 16 0 143 7 105 141 57
Binary 11001010 11101100 11 1110 0 1100011 111 1000101 1100001 101111

Color Harmonies of #CAEC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAEC03

Black with #CAEC03

Text Example


Text Example

White with #CAEC03

Text Example


Text Example

HTML Codes & Css Web 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>