Html Css Color HEX #CDF211 Electric Lime

📋 copy color: '#CDF211'

red 205 ◦ green 242 ◦ blue 17

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

Shades of Electric Lime #CDF211

Tints of Electric Lime #CDF211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.66%

R = 44.18%
G = 52.16%
B = 3.66%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#CDF211 (or 0xCDF211) is known color: Electric Lime. HEX triplet: CD, F2 and 11. RGB value is (205,242,17). Sum of RGB (Red+Green+Blue) = 205+242+17=464 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.18% from 464); Green value is 242 (94.92% from 255 or 52.16% from 464); Blue value is 17 (7.03% from 255 or 3.66% from 464); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF211 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF211 is #320DEE. Grayscale: #CECECE. Windows color (decimal): -3280367 or 1176269. OLE color: 1176269.

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

Color convert

RGB 205 242 17 -
CMYK 0.15 0 0.93 0.05
HSL 69.87º 0.9% 0.51% -
HSV(B) 69.87º 0.93% 0.95% -
XYZ 57.03 76.52 12.3 -
YUV 205.29 21.74 127.8 -
System Red Green Blue C M Y K H S L
Decimal 205 242 17 0.15 0 0.93 0.05 69.87 0.9 0.51
Hex CD F2 11 F 0 5D 5 46 5A 33
Octal 315 362 21 17 0 135 5 106 132 63
Binary 11001101 11110010 10001 1111 0 1011101 101 1000110 1011010 110011

Color Harmonies of #CDF211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF211

Black with #CDF211

Text Example


Text Example

White with #CDF211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF211; }

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

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

background-color css

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

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

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

border-color css

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

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

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