#CDFC03

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

Shades of Electric Lime #CDFC03

Tints of Electric Lime #CDFC03

Color information

#CDFC03 (or 0xCDFC03) is unknown color: approx Electric Lime. HEX triplet: CD, FC and 03. RGB value is (205,252,3). Sum of RGB (Red+Green+Blue) = 205+252+3=460 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.57% from 460); Green value is 252 (98.83% from 255 or 54.78% from 460); Blue value is 3 (1.56% from 255 or 0.65% from 460); Max value from RGB is 252 - color contains mainly: green. Hex color #CDFC03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDFC03 is #3203FC. Grayscale: #D2D2D2. Windows color (decimal): -3277821 or 261325. OLE color: 261325.

HSL color Cylindrical-coordinate representation of color #CDFC03: hue angle of 71.33º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CDFC03 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.

Color convert

RGB2052523-
CMYK0.1900.990.01
HSL71.33º97.65%50%-
HSV(B)71.33º98.81%98.82%-
XYZ6082.6112.87-
YUV209.5611.43124.75-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.57%
GREEN value IS 252 (98.83% from 255) = 54.78%
BLUE value IS 3 (1.56% from 255) = 0.65%
R=44.57%
G=54.78%
B=0.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal20525230.1900.990.0171.3397.6550
HexCDFC3130631476232
Octal3153743230143110714262
Binary1100110111111100111001101100011110001111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFC03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFC03; }

 p { color: rgb(205,252,3); }

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

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

 a { background-color: rgb(205,252,3); }

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

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

 span { border-color: rgb(205,252,3); }

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