#CDF00B

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

Shades of Electric Lime #CDF00B

Tints of Electric Lime #CDF00B

Color information

#CDF00B (or 0xCDF00B) is unknown color: approx Electric Lime. HEX triplet: CD, F0 and 0B. RGB value is (205,240,11). Sum of RGB (Red+Green+Blue) = 205+240+11=456 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.96% from 456); Green value is 240 (94.14% from 255 or 52.63% from 456); Blue value is 11 (4.69% from 255 or 2.41% from 456); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF00B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF00B is #320FF4. Grayscale: #CCCCCC. Windows color (decimal): -3280885 or 782541. OLE color: 782541.

HSL color Cylindrical-coordinate representation of color #CDF00B: hue angle of 69.17º 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 #CDF00B is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB20524011-
CMYK0.1500.950.06
HSL69.17º91.24%49.22%-
HSV(B)69.17º95.42%94.12%-
XYZ56.475.3211.88-
YUV203.4319.4129.12-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.96%
GREEN value IS 240 (94.14% from 255) = 52.63%
BLUE value IS 11 (4.69% from 255) = 2.41%
R=44.96%
G=52.63%
B=2.41%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal205240110.1500.950.0669.1791.2449.22
HexCDF0BF05F6455b31
Octal31536013170137610513361
Binary1100110111110000101111110101111111010001011011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF00B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF00B; }

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

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

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

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

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

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

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

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