Html Css Color HEX #CDF200 Electric Lime

📋 copy color: '#CDF200'

red 205 ◦ green 242 ◦ blue 0

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

Shades of Electric Lime #CDF200

Tints of Electric Lime #CDF200

RGB

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

 GREEN value IS 242 (94.92% from 255) = 54.14%

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

R = 45.86%
G = 54.14%
B = 0%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#CDF200 (or 0xCDF200) is known color: Electric Lime. HEX triplet: CD, F2 and 00. RGB value is (205,242,0). Sum of RGB (Red+Green+Blue) = 205+242+0=447 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.86% from 447); Green value is 242 (94.92% from 255 or 54.14% from 447); Blue value is 0 (0.39% from 255 or 0% from 447); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF200 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF200 is #320DFF. Grayscale: #CCCCCC. Windows color (decimal): -3280384 or 62157. OLE color: 62157.

HSL color Cylindrical-coordinate representation of color #CDF200: hue angle of 69.17º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CDF200 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.

Color convert

RGB 205 242 0 -
CMYK 0.15 0 1 0.05
HSL 69.17º 1% 0.47% -
HSV(B) 69.17º 1% 0.95% -
XYZ 56.93 76.48 11.76 -
YUV 203.35 13.24 129.18 -
System Red Green Blue C M Y K H S L
Decimal 205 242 0 0.15 0 1 0.05 69.17 1 0.47
Hex CD F2 0 F 0 64 5 45 64 2F
Octal 315 362 0 17 0 144 5 105 144 57
Binary 11001101 11110010 0 1111 0 1100100 101 1000101 1100100 101111

Color Harmonies of #CDF200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF200

Black with #CDF200

Text Example


Text Example

White with #CDF200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF200; }

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

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

background-color css

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

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

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

border-color css

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

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

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