Html Css Color HEX #CAE804 Electric Lime

📋 copy color: '#CAE804'

red 202 ◦ green 232 ◦ blue 4

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

Shades of Electric Lime #CAE804

Tints of Electric Lime #CAE804

RGB

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

 GREEN value IS 232 (91.02% from 255) = 52.97%

 BLUE value IS 4 (1.95% from 255) = 0.91%

R = 46.12%
G = 52.97%
B = 0.91%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.98

 K value IS 0.09

RGB Variations

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

Color information

#CAE804 (or 0xCAE804) is known color: Electric Lime. HEX triplet: CA, E8 and 04. RGB value is (202,232,4). Sum of RGB (Red+Green+Blue) = 202+232+4=438 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.12% from 438); Green value is 232 (91.02% from 255 or 52.97% from 438); Blue value is 4 (1.95% from 255 or 0.91% from 438); Max value from RGB is 232 - color contains mainly: green. Hex color #CAE804 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAE804 is #3517FB. Grayscale: #C5C5C5. Windows color (decimal): -3479548 or 321738. OLE color: 321738.

HSL color Cylindrical-coordinate representation of color #CAE804: hue angle of 67.89º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CAE804 is Cyan = 0.13, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.09.

Color convert

RGB 202 232 4 -
CMYK 0.13 0 0.98 0.09
HSL 67.89º 0.97% 0.46% -
HSV(B) 67.89º 0.98% 0.91% -
XYZ 53.24 70.28 10.87 -
YUV 197.04 19.06 131.54 -
System Red Green Blue C M Y K H S L
Decimal 202 232 4 0.13 0 0.98 0.09 67.89 0.97 0.46
Hex CA E8 4 D 0 62 9 44 61 2E
Octal 312 350 4 15 0 142 11 104 141 56
Binary 11001010 11101000 100 1101 0 1100010 1001 1000100 1100001 101110

Color Harmonies of #CAE804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE804

Black with #CAE804

Text Example


Text Example

White with #CAE804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE804; }

 p { color: rgb(202,232,4); }

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

background-color css

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

 a { background-color: rgb(202,232,4); }

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

border-color css

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

 span { border-color: rgb(202,232,4); }

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