Html Css Color HEX #CDFD20 Electric Lime

📋 copy color: '#CDFD20'

red 205 ◦ green 253 ◦ blue 32

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

Shades of Electric Lime #CDFD20

Tints of Electric Lime #CDFD20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 6.53%

R = 41.84%
G = 51.63%
B = 6.53%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#CDFD20 (or 0xCDFD20) is known color: Electric Lime. HEX triplet: CD, FD and 20. RGB value is (205,253,32). Sum of RGB (Red+Green+Blue) = 205+253+32=490 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.84% from 490); Green value is 253 (99.22% from 255 or 51.63% from 490); Blue value is 32 (12.89% from 255 or 6.53% from 490); Max value from RGB is 253 - color contains mainly: green. Hex color #CDFD20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDFD20 is #3202DF. Grayscale: #D6D6D6. Windows color (decimal): -3277536 or 2162125. OLE color: 2162125.

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

Color convert

RGB 205 253 32 -
CMYK 0.19 0 0.87 0.01
HSL 73.03º 0.98% 0.56% -
HSV(B) 73.03º 0.87% 0.99% -
XYZ 60.56 83.33 14.26 -
YUV 213.45 25.6 121.97 -
System Red Green Blue C M Y K H S L
Decimal 205 253 32 0.19 0 0.87 0.01 73.03 0.98 0.56
Hex CD FD 20 13 0 57 1 49 62 38
Octal 315 375 40 23 0 127 1 111 142 70
Binary 11001101 11111101 100000 10011 0 1010111 1 1001001 1100010 111000

Color Harmonies of #CDFD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDFD20

Black with #CDFD20

Text Example


Text Example

White with #CDFD20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDFD20; }

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

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

background-color css

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

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

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

border-color css

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

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

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