Html Css Color HEX #CDF011 Electric Lime

📋 copy color: '#CDF011'

red 205 ◦ green 240 ◦ blue 17

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

Shades of Electric Lime #CDF011

Tints of Electric Lime #CDF011

RGB

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

 GREEN value IS 240 (94.14% from 255) = 51.95%

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

R = 44.37%
G = 51.95%
B = 3.68%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#CDF011 (or 0xCDF011) is known color: Electric Lime. HEX triplet: CD, F0 and 11. RGB value is (205,240,17). Sum of RGB (Red+Green+Blue) = 205+240+17=462 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.37% from 462); Green value is 240 (94.14% from 255 or 51.95% from 462); Blue value is 17 (7.03% from 255 or 3.68% from 462); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF011 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF011 is #320FEE. Grayscale: #CCCCCC. Windows color (decimal): -3280879 or 1175757. OLE color: 1175757.

HSL color Cylindrical-coordinate representation of color #CDF011: hue angle of 69.42º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CDF011 is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB 205 240 17 -
CMYK 0.15 0 0.93 0.06
HSL 69.42º 0.88% 0.5% -
HSV(B) 69.42º 0.93% 0.94% -
XYZ 56.44 75.34 12.1 -
YUV 204.11 22.4 128.63 -
System Red Green Blue C M Y K H S L
Decimal 205 240 17 0.15 0 0.93 0.06 69.42 0.88 0.5
Hex CD F0 11 F 0 5D 6 45 58 32
Octal 315 360 21 17 0 135 6 105 130 62
Binary 11001101 11110000 10001 1111 0 1011101 110 1000101 1011000 110010

Color Harmonies of #CDF011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF011

Black with #CDF011

Text Example


Text Example

White with #CDF011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF011; }

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

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

background-color css

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

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

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

border-color css

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

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

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