Html Css Color HEX #CDFD00 Electric Lime

📋 copy color: '#CDFD00'

red 205 ◦ green 253 ◦ blue 0

#CDFD00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Lime #CDFD00

Tints of Electric Lime #CDFD00

RGB

 RED value IS 205 (80.47% from 255) = 44.76%

 GREEN value IS 253 (99.22% from 255) = 55.24%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 44.76%
G = 55.24%
B = 0%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#CDFD00 (or 0xCDFD00) is known color: Electric Lime. HEX triplet: CD, FD and 00. RGB value is (205,253,0). Sum of RGB (Red+Green+Blue) = 205+253+0=458 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.76% from 458); Green value is 253 (99.22% from 255 or 55.24% from 458); Blue value is 0 (0.39% from 255 or 0% from 458); Max value from RGB is 253 - color contains mainly: green. Hex color #CDFD00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDFD00 is #3202FF. Grayscale: #D2D2D2. Windows color (decimal): -3277568 or 64973. OLE color: 64973.

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

Color convert

RGB 205 253 0 -
CMYK 0.19 0 1 0.01
HSL 71.38º 1% 0.5% -
HSV(B) 71.38º 1% 0.99% -
XYZ 60.3 83.23 12.89 -
YUV 209.81 9.6 124.57 -
System Red Green Blue C M Y K H S L
Decimal 205 253 0 0.19 0 1 0.01 71.38 1 0.5
Hex CD FD 0 13 0 64 1 47 64 32
Octal 315 375 0 23 0 144 1 107 144 62
Binary 11001101 11111101 0 10011 0 1100100 1 1000111 1100100 110010

Color Harmonies of #CDFD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDFD00

Black with #CDFD00

Text Example


Text Example

White with #CDFD00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDFD00; }

 p { color: rgb(205,253,0); }

 H1.HeaderClassName
 {
   color: #CDFD00;
 }
 .AnyTagClassName
 {
   color: #CDFD00;
 }
</style>

background-color css

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

 a { background-color: rgb(205,253,0); }

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

border-color css

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

 span { border-color: rgb(205,253,0); }

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