#CAE707

Color #CAE707 Electric Lime (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Lime #CAE707

Tints of Electric Lime #CAE707

Color information

#CAE707 (or 0xCAE707) is unknown color: approx Electric Lime. HEX triplet: CA, E7 and 07. RGB value is (202,231,7). Sum of RGB (Red+Green+Blue) = 202+231+7=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 231 (90.62% from 255 or 52.5% from 440); Blue value is 7 (3.12% from 255 or 1.59% from 440); Max value from RGB is 231 - color contains mainly: green. Hex color #CAE707 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAE707 is #3518F8. Grayscale: #C5C5C5. Windows color (decimal): -3479801 or 518090. OLE color: 518090.

HSL color Cylindrical-coordinate representation of color #CAE707: hue angle of 67.77º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CAE707 is Cyan = 0.13, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.09.

Color convert

RGB2022317-
CMYK0.1300.970.09
HSL67.77º94.12%46.67%-
HSV(B)67.77º96.97%90.59%-
XYZ52.9769.7210.87-
YUV196.7920.89131.71-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.91%
GREEN value IS 231 (90.62% from 255) = 52.5%
BLUE value IS 7 (3.12% from 255) = 1.59%
R=45.91%
G=52.5%
B=1.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal20223170.1300.970.0967.7794.1246.67
HexCAE77D0619445e2f
Octal31234771501411110413657
Binary1100101011100111111110101100001100110001001011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE707; }

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

 H1.HeaderClassName
 {
   color: #CAE707;
 }
 .AnyTagClassName
 {
   color: #CAE707;
 }
</style>
background-color css

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

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

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

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

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

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