Html Css Color HEX #CAE104 Electric Lime

📋 copy color: '#CAE104'

red 202 ◦ green 225 ◦ blue 4

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

Shades of Electric Lime #CAE104

Tints of Electric Lime #CAE104

RGB

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

 GREEN value IS 225 (88.28% from 255) = 52.2%

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

R = 46.87%
G = 52.2%
B = 0.93%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#CAE104 (or 0xCAE104) is known color: Electric Lime. HEX triplet: CA, E1 and 04. RGB value is (202,225,4). Sum of RGB (Red+Green+Blue) = 202+225+4=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 225 (88.28% from 255 or 52.20% from 431); Blue value is 4 (1.95% from 255 or 0.93% from 431); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE104 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAE104 is #351EFB. Grayscale: #C1C1C1. Windows color (decimal): -3481340 or 319946. OLE color: 319946.

HSL color Cylindrical-coordinate representation of color #CAE104: hue angle of 66.24º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CAE104 is Cyan = 0.10, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.12.

Color convert

RGB 202 225 4 -
CMYK 0.10 0 0.98 0.12
HSL 66.24º 0.97% 0.45% -
HSV(B) 66.24º 0.98% 0.88% -
XYZ 51.3 66.42 10.23 -
YUV 192.93 21.38 134.47 -
System Red Green Blue C M Y K H S L
Decimal 202 225 4 0.10 0 0.98 0.12 66.24 0.97 0.45
Hex CA E1 4 A 0 62 C 42 61 2D
Octal 312 341 4 12 0 142 14 102 141 55
Binary 11001010 11100001 100 1010 0 1100010 1100 1000010 1100001 101101

Color Harmonies of #CAE104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE104

Black with #CAE104

Text Example


Text Example

White with #CAE104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE104; }

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

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

background-color css

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

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

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

border-color css

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

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

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