Html Css Color HEX #CDFF0E Electric Lime

📋 copy color: '#CDFF0E'

red 205 ◦ green 255 ◦ blue 14

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

Shades of Electric Lime #CDFF0E

Tints of Electric Lime #CDFF0E

RGB

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

 GREEN value IS 255 (100% from 255) = 53.8%

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

R = 43.25%
G = 53.8%
B = 2.95%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#CDFF0E (or 0xCDFF0E) is known color: Electric Lime. HEX triplet: CD, FF and 0E. RGB value is (205,255,14). Sum of RGB (Red+Green+Blue) = 205+255+14=474 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.25% from 474); Green value is 255 (100% from 255 or 53.80% from 474); Blue value is 14 (5.86% from 255 or 2.95% from 474); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFF0E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDFF0E is #3200F1. Grayscale: #D5D5D5. Windows color (decimal): -3277042 or 982989. OLE color: 982989.

HSL color Cylindrical-coordinate representation of color #CDFF0E: hue angle of 72.45º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CDFF0E is Cyan = 0.20, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.

Color convert

RGB 205 255 14 -
CMYK 0.20 0 0.95 0
HSL 72.45º 1% 0.53% -
HSV(B) 72.45º 0.95% 1% -
XYZ 61.02 84.53 13.52 -
YUV 212.58 15.94 122.6 -
System Red Green Blue C M Y K H S L
Decimal 205 255 14 0.20 0 0.95 0 72.45 1 0.53
Hex CD FF E 14 0 5F 0 48 64 35
Octal 315 377 16 24 0 137 0 110 144 65
Binary 11001101 11111111 1110 10100 0 1011111 0 1001000 1100100 110101

Color Harmonies of #CDFF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDFF0E

Black with #CDFF0E

Text Example


Text Example

White with #CDFF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDFF0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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