#CCEB07

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

Shades of Electric Lime #CCEB07

Tints of Electric Lime #CCEB07

Color information

#CCEB07 (or 0xCCEB07) is unknown color: approx Electric Lime. HEX triplet: CC, EB and 07. RGB value is (204,235,7). Sum of RGB (Red+Green+Blue) = 204+235+7=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 235 (92.19% from 255 or 52.69% from 446); Blue value is 7 (3.12% from 255 or 1.57% from 446); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEB07 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCEB07 is #3314F8. Grayscale: #C8C8C8. Windows color (decimal): -3347705 or 519116. OLE color: 519116.

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

Color convert

RGB2042357-
CMYK0.1300.970.08
HSL68.16º94.21%47.45%-
HSV(B)68.16º97.02%92.16%-
XYZ54.6572.2711.27-
YUV199.7419.23131.04-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.74%
GREEN value IS 235 (92.19% from 255) = 52.69%
BLUE value IS 7 (3.12% from 255) = 1.57%
R=45.74%
G=52.69%
B=1.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal20423570.1300.970.0868.1694.2147.45
HexCCEB7D0618445e2f
Octal31435371501411010413657
Binary1100110011101011111110101100001100010001001011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEB07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEB07; }

 p { color: rgb(204,235,7); }

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

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

 a { background-color: rgb(204,235,7); }

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

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

 span { border-color: rgb(204,235,7); }

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