Html Css Color HEX #CAE300 Electric Lime

📋 copy color: '#CAE300'

red 202 ◦ green 227 ◦ blue 0

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

Shades of Electric Lime #CAE300

Tints of Electric Lime #CAE300

RGB

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

 GREEN value IS 227 (89.06% from 255) = 52.91%

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

R = 47.09%
G = 52.91%
B = 0%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 1

 K value IS 0.11

RGB Variations

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

Color information

#CAE300 (or 0xCAE300) is known color: Electric Lime. HEX triplet: CA, E3 and 00. RGB value is (202,227,0). Sum of RGB (Red+Green+Blue) = 202+227+0=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 227 (89.06% from 255 or 52.91% from 429); Blue value is 0 (0.39% from 255 or 0% from 429); Max value from RGB is 227 - color contains mainly: green. Hex color #CAE300 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAE300 is #351CFF. Grayscale: #C2C2C2. Windows color (decimal): -3480832 or 58314. OLE color: 58314.

HSL color Cylindrical-coordinate representation of color #CAE300: hue angle of 66.61º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CAE300 is Cyan = 0.11, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.11.

Color convert

RGB 202 227 0 -
CMYK 0.11 0 1 0.11
HSL 66.61º 1% 0.45% -
HSV(B) 66.61º 1% 0.89% -
XYZ 51.83 67.49 10.3 -
YUV 193.65 18.72 133.96 -
System Red Green Blue C M Y K H S L
Decimal 202 227 0 0.11 0 1 0.11 66.61 1 0.45
Hex CA E3 0 B 0 64 B 43 64 2D
Octal 312 343 0 13 0 144 13 103 144 55
Binary 11001010 11100011 0 1011 0 1100100 1011 1000011 1100100 101101

Color Harmonies of #CAE300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE300

Black with #CAE300

Text Example


Text Example

White with #CAE300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE300; }

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

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

background-color css

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

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

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

border-color css

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

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

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