Html Css Color HEX #CAE504 Electric Lime

📋 copy color: '#CAE504'

red 202 ◦ green 229 ◦ blue 4

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

Shades of Electric Lime #CAE504

Tints of Electric Lime #CAE504

RGB

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

 GREEN value IS 229 (89.84% from 255) = 52.64%

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

R = 46.44%
G = 52.64%
B = 0.92%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.98

 K value IS 0.10

RGB Variations

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

Color information

#CAE504 (or 0xCAE504) is known color: Electric Lime. HEX triplet: CA, E5 and 04. RGB value is (202,229,4). Sum of RGB (Red+Green+Blue) = 202+229+4=435 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.44% from 435); Green value is 229 (89.84% from 255 or 52.64% from 435); Blue value is 4 (1.95% from 255 or 0.92% from 435); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE504 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAE504 is #351AFB. Grayscale: #C4C4C4. Windows color (decimal): -3480316 or 320970. OLE color: 320970.

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

Color convert

RGB 202 229 4 -
CMYK 0.12 0 0.98 0.10
HSL 67.2º 0.97% 0.46% -
HSV(B) 67.2º 0.98% 0.9% -
XYZ 52.4 68.6 10.6 -
YUV 195.28 20.05 132.8 -
System Red Green Blue C M Y K H S L
Decimal 202 229 4 0.12 0 0.98 0.10 67.2 0.97 0.46
Hex CA E5 4 C 0 62 A 43 61 2E
Octal 312 345 4 14 0 142 12 103 141 56
Binary 11001010 11100101 100 1100 0 1100010 1010 1000011 1100001 101110

Color Harmonies of #CAE504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE504

Black with #CAE504

Text Example


Text Example

White with #CAE504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE504; }

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

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

background-color css

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

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

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

border-color css

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

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

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