Html Css Color HEX #CDF811 Electric Lime

📋 copy color: '#CDF811'

red 205 ◦ green 248 ◦ blue 17

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

Shades of Electric Lime #CDF811

Tints of Electric Lime #CDF811

RGB

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

 GREEN value IS 248 (97.27% from 255) = 52.77%

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

R = 43.62%
G = 52.77%
B = 3.62%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#CDF811 (or 0xCDF811) is known color: Electric Lime. HEX triplet: CD, F8 and 11. RGB value is (205,248,17). Sum of RGB (Red+Green+Blue) = 205+248+17=470 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.62% from 470); Green value is 248 (97.27% from 255 or 52.77% from 470); Blue value is 17 (7.03% from 255 or 3.62% from 470); Max value from RGB is 248 - color contains mainly: green. Hex color #CDF811 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF811 is #3207EE. Grayscale: #D1D1D1. Windows color (decimal): -3278831 or 1177805. OLE color: 1177805.

HSL color Cylindrical-coordinate representation of color #CDF811: hue angle of 71.17º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CDF811 is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.

Color convert

RGB 205 248 17 -
CMYK 0.17 0 0.93 0.03
HSL 71.17º 0.94% 0.52% -
HSV(B) 71.17º 0.93% 0.97% -
XYZ 58.85 80.15 12.9 -
YUV 208.81 19.75 125.28 -
System Red Green Blue C M Y K H S L
Decimal 205 248 17 0.17 0 0.93 0.03 71.17 0.94 0.52
Hex CD F8 11 11 0 5D 3 47 5E 34
Octal 315 370 21 21 0 135 3 107 136 64
Binary 11001101 11111000 10001 10001 0 1011101 11 1000111 1011110 110100

Color Harmonies of #CDF811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF811

Black with #CDF811

Text Example


Text Example

White with #CDF811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF811; }

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

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

background-color css

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

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

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

border-color css

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

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

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