#CFF00B

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

Shades of Electric Lime #CFF00B

Tints of Electric Lime #CFF00B

Color information

#CFF00B (or 0xCFF00B) is unknown color: approx Electric Lime. HEX triplet: CF, F0 and 0B. RGB value is (207,240,11). Sum of RGB (Red+Green+Blue) = 207+240+11=458 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.20% from 458); Green value is 240 (94.14% from 255 or 52.40% from 458); Blue value is 11 (4.69% from 255 or 2.40% from 458); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF00B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF00B is #300FF4. Grayscale: #CCCCCC. Windows color (decimal): -3149813 or 782543. OLE color: 782543.

HSL color Cylindrical-coordinate representation of color #CFF00B: hue angle of 68.65º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CFF00B is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB20724011-
CMYK0.1400.950.06
HSL68.65º91.24%49.22%-
HSV(B)68.65º95.42%94.12%-
XYZ56.9575.6111.91-
YUV204.0319.07130.12-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.20%
GREEN value IS 240 (94.14% from 255) = 52.40%
BLUE value IS 11 (4.69% from 255) = 2.40%
R=45.20%
G=52.40%
B=2.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal207240110.1400.950.0668.6591.2449.22
HexCFF0BE05F6455b31
Octal31736013160137610513361
Binary1100111111110000101111100101111111010001011011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF00B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF00B; }

 p { color: rgb(207,240,11); }

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

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

 a { background-color: rgb(207,240,11); }

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

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

 span { border-color: rgb(207,240,11); }

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