Html Css Color HEX #CDF00E Electric Lime

📋 copy color: '#CDF00E'

red 205 ◦ green 240 ◦ blue 14

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

Shades of Electric Lime #CDF00E

Tints of Electric Lime #CDF00E

RGB

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

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

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

R = 44.66%
G = 52.29%
B = 3.05%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#CDF00E (or 0xCDF00E) is known color: Electric Lime. HEX triplet: CD, F0 and 0E. RGB value is (205,240,14). Sum of RGB (Red+Green+Blue) = 205+240+14=459 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.66% from 459); Green value is 240 (94.14% from 255 or 52.29% from 459); Blue value is 14 (5.86% from 255 or 3.05% from 459); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF00E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF00E is #320FF1. Grayscale: #CCCCCC. Windows color (decimal): -3280882 or 979149. OLE color: 979149.

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

Color convert

RGB 205 240 14 -
CMYK 0.15 0 0.94 0.06
HSL 69.29º 0.89% 0.5% -
HSV(B) 69.29º 0.94% 0.94% -
XYZ 56.42 75.33 11.98 -
YUV 203.77 20.9 128.88 -
System Red Green Blue C M Y K H S L
Decimal 205 240 14 0.15 0 0.94 0.06 69.29 0.89 0.5
Hex CD F0 E F 0 5E 6 45 59 32
Octal 315 360 16 17 0 136 6 105 131 62
Binary 11001101 11110000 1110 1111 0 1011110 110 1000101 1011001 110010

Color Harmonies of #CDF00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF00E

Black with #CDF00E

Text Example


Text Example

White with #CDF00E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF00E; }

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

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

background-color css

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

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

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

border-color css

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

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

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