Html Css Color HEX #CAE000 Electric Lime

📋 copy color: '#CAE000'

red 202 ◦ green 224 ◦ blue 0

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

Shades of Electric Lime #CAE000

Tints of Electric Lime #CAE000

RGB

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

 GREEN value IS 224 (87.89% from 255) = 52.58%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 47.42%
G = 52.58%
B = 0%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#CAE000 (or 0xCAE000) is known color: Electric Lime. HEX triplet: CA, E0 and 00. RGB value is (202,224,0). Sum of RGB (Red+Green+Blue) = 202+224+0=426 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.42% from 426); Green value is 224 (87.89% from 255 or 52.58% from 426); Blue value is 0 (0.39% from 255 or 0% from 426); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE000 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAE000 is #351FFF. Grayscale: #C0C0C0. Windows color (decimal): -3481600 or 57546. OLE color: 57546.

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

Color convert

RGB 202 224 0 -
CMYK 0.10 0 1 0.12
HSL 65.89º 1% 0.44% -
HSV(B) 65.89º 1% 0.88% -
XYZ 51.01 65.87 10.03 -
YUV 191.89 19.71 135.21 -
System Red Green Blue C M Y K H S L
Decimal 202 224 0 0.10 0 1 0.12 65.89 1 0.44
Hex CA E0 0 A 0 64 C 42 64 2C
Octal 312 340 0 12 0 144 14 102 144 54
Binary 11001010 11100000 0 1010 0 1100100 1100 1000010 1100100 101100

Color Harmonies of #CAE000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE000

Black with #CAE000

Text Example


Text Example

White with #CAE000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE000; }

 p { color: rgb(202,224,0); }

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

background-color css

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

 a { background-color: rgb(202,224,0); }

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

border-color css

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

 span { border-color: rgb(202,224,0); }

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