#CEE30B

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

Shades of Electric Lime #CEE30B

Tints of Electric Lime #CEE30B

Color information

#CEE30B (or 0xCEE30B) is unknown color: approx Electric Lime. HEX triplet: CE, E3 and 0B. RGB value is (206,227,11). Sum of RGB (Red+Green+Blue) = 206+227+11=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 227 (89.06% from 255 or 51.13% from 444); Blue value is 11 (4.69% from 255 or 2.48% from 444); Max value from RGB is 227 - color contains mainly: green. Hex color #CEE30B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEE30B is #311CF4. Grayscale: #C4C4C4. Windows color (decimal): -3218677 or 779214. OLE color: 779214.

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

Color convert

RGB20622711-
CMYK0.0900.950.11
HSL65.83º90.76%46.67%-
HSV(B)65.83º95.15%89.02%-
XYZ52.9868.0810.67-
YUV196.123.54135.06-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.40%
GREEN value IS 227 (89.06% from 255) = 51.13%
BLUE value IS 11 (4.69% from 255) = 2.48%
R=46.40%
G=51.13%
B=2.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal206227110.0900.950.1165.8390.7646.67
HexCEE3B905FB425b2f
Octal316343131101371310213357
Binary11001110111000111011100101011111101110000101011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE30B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE30B; }

 p { color: rgb(206,227,11); }

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

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

 a { background-color: rgb(206,227,11); }

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

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

 span { border-color: rgb(206,227,11); }

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