Html Css Color HEX #CAE502 Electric Lime

📋 copy color: '#CAE502'

red 202 ◦ green 229 ◦ blue 2

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

Shades of Electric Lime #CAE502

Tints of Electric Lime #CAE502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.46%

R = 46.65%
G = 52.89%
B = 0.46%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.99

 K value IS 0.10

RGB Variations

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

Color information

#CAE502 (or 0xCAE502) is known color: Electric Lime. HEX triplet: CA, E5 and 02. RGB value is (202,229,2). Sum of RGB (Red+Green+Blue) = 202+229+2=433 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.65% from 433); Green value is 229 (89.84% from 255 or 52.89% from 433); Blue value is 2 (1.17% from 255 or 0.46% from 433); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE502 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAE502 is #351AFD. Grayscale: #C3C3C3. Windows color (decimal): -3480318 or 189898. OLE color: 189898.

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

Color convert

RGB 202 229 2 -
CMYK 0.12 0 0.99 0.10
HSL 67.14º 0.98% 0.45% -
HSV(B) 67.14º 0.99% 0.9% -
XYZ 52.39 68.6 10.54 -
YUV 195.05 19.05 132.96 -
System Red Green Blue C M Y K H S L
Decimal 202 229 2 0.12 0 0.99 0.10 67.14 0.98 0.45
Hex CA E5 2 C 0 63 A 43 62 2D
Octal 312 345 2 14 0 143 12 103 142 55
Binary 11001010 11100101 10 1100 0 1100011 1010 1000011 1100010 101101

Color Harmonies of #CAE502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE502

Black with #CAE502

Text Example


Text Example

White with #CAE502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE502; }

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

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

background-color css

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

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

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

border-color css

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

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

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