Html Css Color HEX #CAE901 Electric Lime

📋 copy color: '#CAE901'

red 202 ◦ green 233 ◦ blue 1

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

Shades of Electric Lime #CAE901

Tints of Electric Lime #CAE901

RGB

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

 GREEN value IS 233 (91.41% from 255) = 53.44%

 BLUE value IS 1 (0.78% from 255) = 0.23%

R = 46.33%
G = 53.44%
B = 0.23%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 1.00

 K value IS 0.09

RGB Variations

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

Color information

#CAE901 (or 0xCAE901) is known color: Electric Lime. HEX triplet: CA, E9 and 01. RGB value is (202,233,1). Sum of RGB (Red+Green+Blue) = 202+233+1=436 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.33% from 436); Green value is 233 (91.41% from 255 or 53.44% from 436); Blue value is 1 (0.78% from 255 or 0.23% from 436); Max value from RGB is 233 - color contains mainly: green. Hex color #CAE901 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAE901 is #3516FE. Grayscale: #C6C6C6. Windows color (decimal): -3479295 or 125386. OLE color: 125386.

HSL color Cylindrical-coordinate representation of color #CAE901: hue angle of 68.02º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CAE901 is Cyan = 0.13, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.09.

Color convert

RGB 202 233 1 -
CMYK 0.13 0 1.00 0.09
HSL 68.02º 0.99% 0.46% -
HSV(B) 68.02º 1% 0.91% -
XYZ 53.5 70.84 10.88 -
YUV 197.28 17.23 131.36 -
System Red Green Blue C M Y K H S L
Decimal 202 233 1 0.13 0 1.00 0.09 68.02 0.99 0.46
Hex CA E9 1 D 0 64 9 44 63 2E
Octal 312 351 1 15 0 144 11 104 143 56
Binary 11001010 11101001 1 1101 0 1100100 1001 1000100 1100011 101110

Color Harmonies of #CAE901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE901

Black with #CAE901

Text Example


Text Example

White with #CAE901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE901; }

 p { color: rgb(202,233,1); }

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

background-color css

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

 a { background-color: rgb(202,233,1); }

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

border-color css

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

 span { border-color: rgb(202,233,1); }

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