Html Css Color HEX #CDF81D Electric Lime

📋 copy color: '#CDF81D'

red 205 ◦ green 248 ◦ blue 29

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

Shades of Electric Lime #CDF81D

Tints of Electric Lime #CDF81D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.02%

R = 42.53%
G = 51.45%
B = 6.02%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#CDF81D (or 0xCDF81D) is known color: Electric Lime. HEX triplet: CD, F8 and 1D. RGB value is (205,248,29). Sum of RGB (Red+Green+Blue) = 205+248+29=482 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.53% from 482); Green value is 248 (97.27% from 255 or 51.45% from 482); Blue value is 29 (11.72% from 255 or 6.02% from 482); Max value from RGB is 248 - color contains mainly: green. Hex color #CDF81D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF81D is #3207E2. Grayscale: #D3D3D3. Windows color (decimal): -3278819 or 1964237. OLE color: 1964237.

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

Color convert

RGB 205 248 29 -
CMYK 0.17 0 0.88 0.03
HSL 71.78º 0.94% 0.54% -
HSV(B) 71.78º 0.88% 0.97% -
XYZ 58.97 80.2 13.54 -
YUV 210.18 25.75 124.31 -
System Red Green Blue C M Y K H S L
Decimal 205 248 29 0.17 0 0.88 0.03 71.78 0.94 0.54
Hex CD F8 1D 11 0 58 3 48 5E 36
Octal 315 370 35 21 0 130 3 110 136 66
Binary 11001101 11111000 11101 10001 0 1011000 11 1001000 1011110 110110

Color Harmonies of #CDF81D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF81D

Black with #CDF81D

Text Example


Text Example

White with #CDF81D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF81D; }

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

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

background-color css

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

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

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

border-color css

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

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

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