Html Css Color HEX #CAE105 Electric Lime

📋 copy color: '#CAE105'

red 202 ◦ green 225 ◦ blue 5

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

Shades of Electric Lime #CAE105

Tints of Electric Lime #CAE105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.16%

R = 46.76%
G = 52.08%
B = 1.16%

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

#CAE105 (or 0xCAE105) is known color: Electric Lime. HEX triplet: CA, E1 and 05. RGB value is (202,225,5). Sum of RGB (Red+Green+Blue) = 202+225+5=432 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.76% from 432); Green value is 225 (88.28% from 255 or 52.08% from 432); Blue value is 5 (2.34% from 255 or 1.16% from 432); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE105 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAE105 is #351EFA. Grayscale: #C1C1C1. Windows color (decimal): -3481339 or 385482. OLE color: 385482.

HSL color Cylindrical-coordinate representation of color #CAE105: hue angle of 66.27º degrees, saturation: 0.96, 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 #CAE105 is Cyan = 0.10, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.12.

Color convert

RGB 202 225 5 -
CMYK 0.10 0 0.98 0.12
HSL 66.27º 0.96% 0.45% -
HSV(B) 66.27º 0.98% 0.88% -
XYZ 51.31 66.42 10.26 -
YUV 193.04 21.88 134.39 -
System Red Green Blue C M Y K H S L
Decimal 202 225 5 0.10 0 0.98 0.12 66.27 0.96 0.45
Hex CA E1 5 A 0 62 C 42 60 2D
Octal 312 341 5 12 0 142 14 102 140 55
Binary 11001010 11100001 101 1010 0 1100010 1100 1000010 1100000 101101

Color Harmonies of #CAE105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE105

Black with #CAE105

Text Example


Text Example

White with #CAE105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE105; }

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

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

background-color css

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

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

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

border-color css

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

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

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