Html Css Color HEX #CAE307 Electric Lime

📋 copy color: '#CAE307'

red 202 ◦ green 227 ◦ blue 7

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

Shades of Electric Lime #CAE307

Tints of Electric Lime #CAE307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.61%

R = 46.33%
G = 52.06%
B = 1.61%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.97

 K value IS 0.11

RGB Variations

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

Color information

#CAE307 (or 0xCAE307) is known color: Electric Lime. HEX triplet: CA, E3 and 07. RGB value is (202,227,7). Sum of RGB (Red+Green+Blue) = 202+227+7=436 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.33% from 436); Green value is 227 (89.06% from 255 or 52.06% from 436); Blue value is 7 (3.12% from 255 or 1.61% from 436); Max value from RGB is 227 - color contains mainly: green. Hex color #CAE307 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAE307 is #351CF8. Grayscale: #C3C3C3. Windows color (decimal): -3480825 or 517066. OLE color: 517066.

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

Color convert

RGB 202 227 7 -
CMYK 0.11 0 0.97 0.11
HSL 66.82º 0.94% 0.46% -
HSV(B) 66.82º 0.97% 0.89% -
XYZ 51.86 67.51 10.5 -
YUV 194.45 22.22 133.39 -
System Red Green Blue C M Y K H S L
Decimal 202 227 7 0.11 0 0.97 0.11 66.82 0.94 0.46
Hex CA E3 7 B 0 61 B 43 5E 2E
Octal 312 343 7 13 0 141 13 103 136 56
Binary 11001010 11100011 111 1011 0 1100001 1011 1000011 1011110 101110

Color Harmonies of #CAE307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE307

Black with #CAE307

Text Example


Text Example

White with #CAE307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE307; }

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

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

background-color css

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

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

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

border-color css

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

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

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