Html Css Color HEX #CDF80E Electric Lime

📋 copy color: '#CDF80E'

red 205 ◦ green 248 ◦ blue 14

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

Shades of Electric Lime #CDF80E

Tints of Electric Lime #CDF80E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3%

R = 43.9%
G = 53.1%
B = 3%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#CDF80E (or 0xCDF80E) is known color: Electric Lime. HEX triplet: CD, F8 and 0E. RGB value is (205,248,14). Sum of RGB (Red+Green+Blue) = 205+248+14=467 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.90% from 467); Green value is 248 (97.27% from 255 or 53.10% from 467); Blue value is 14 (5.86% from 255 or 3.00% from 467); Max value from RGB is 248 - color contains mainly: green. Hex color #CDF80E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF80E is #3207F1. Grayscale: #D1D1D1. Windows color (decimal): -3278834 or 981197. OLE color: 981197.

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

Color convert

RGB 205 248 14 -
CMYK 0.17 0 0.94 0.03
HSL 71.03º 0.94% 0.51% -
HSV(B) 71.03º 0.94% 0.97% -
XYZ 58.82 80.15 12.78 -
YUV 208.47 18.25 125.53 -
System Red Green Blue C M Y K H S L
Decimal 205 248 14 0.17 0 0.94 0.03 71.03 0.94 0.51
Hex CD F8 E 11 0 5E 3 47 5E 33
Octal 315 370 16 21 0 136 3 107 136 63
Binary 11001101 11111000 1110 10001 0 1011110 11 1000111 1011110 110011

Color Harmonies of #CDF80E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF80E

Black with #CDF80E

Text Example


Text Example

White with #CDF80E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF80E; }

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

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

background-color css

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

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

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

border-color css

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

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

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