Html Css Color HEX #CAEA04 Electric Lime

📋 copy color: '#CAEA04'

red 202 ◦ green 234 ◦ blue 4

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

Shades of Electric Lime #CAEA04

Tints of Electric Lime #CAEA04

RGB

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

 GREEN value IS 234 (91.8% from 255) = 53.18%

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

R = 45.91%
G = 53.18%
B = 0.91%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#CAEA04 (or 0xCAEA04) is known color: Electric Lime. HEX triplet: CA, EA and 04. RGB value is (202,234,4). Sum of RGB (Red+Green+Blue) = 202+234+4=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 234 (91.80% from 255 or 53.18% from 440); Blue value is 4 (1.95% from 255 or 0.91% from 440); Max value from RGB is 234 - color contains mainly: green. Hex color #CAEA04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAEA04 is #3515FB. Grayscale: #C7C7C7. Windows color (decimal): -3479036 or 322250. OLE color: 322250.

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

Color convert

RGB 202 234 4 -
CMYK 0.14 0 0.98 0.08
HSL 68.35º 0.97% 0.47% -
HSV(B) 68.35º 0.98% 0.92% -
XYZ 53.8 71.41 11.06 -
YUV 198.21 18.4 130.7 -
System Red Green Blue C M Y K H S L
Decimal 202 234 4 0.14 0 0.98 0.08 68.35 0.97 0.47
Hex CA EA 4 E 0 62 8 44 61 2F
Octal 312 352 4 16 0 142 10 104 141 57
Binary 11001010 11101010 100 1110 0 1100010 1000 1000100 1100001 101111

Color Harmonies of #CAEA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAEA04

Black with #CAEA04

Text Example


Text Example

White with #CAEA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAEA04; }

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

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

background-color css

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

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

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

border-color css

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

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

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