#CDF30E

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

Shades of Electric Lime #CDF30E

Tints of Electric Lime #CDF30E

Color information

#CDF30E (or 0xCDF30E) is unknown color: approx Electric Lime. HEX triplet: CD, F3 and 0E. RGB value is (205,243,14). Sum of RGB (Red+Green+Blue) = 205+243+14=462 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.37% from 462); Green value is 243 (95.31% from 255 or 52.60% from 462); Blue value is 14 (5.86% from 255 or 3.03% from 462); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF30E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF30E is #320CF1. Grayscale: #CECECE. Windows color (decimal): -3280114 or 979917. OLE color: 979917.

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

Color convert

RGB20524314-
CMYK0.1600.940.05
HSL69.96º90.51%50.39%-
HSV(B)69.96º94.24%95.29%-
XYZ57.3177.1112.28-
YUV205.5319.91127.62-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.37%
GREEN value IS 243 (95.31% from 255) = 52.60%
BLUE value IS 14 (5.86% from 255) = 3.03%
R=44.37%
G=52.60%
B=3.03%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal205243140.1600.940.0569.9690.5150.39
HexCDF3E1005E5465b32
Octal31536316200136510613362
Binary11001101111100111110100000101111010110001101011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF30E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF30E; }

 p { color: rgb(205,243,14); }

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

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

 a { background-color: rgb(205,243,14); }

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

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

 span { border-color: rgb(205,243,14); }

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