Html Css Color HEX #CDEF0E Electric Lime

📋 copy color: '#CDEF0E'

red 205 ◦ green 239 ◦ blue 14

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

Shades of Electric Lime #CDEF0E

Tints of Electric Lime #CDEF0E

RGB

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

 GREEN value IS 239 (93.75% from 255) = 52.18%

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

R = 44.76%
G = 52.18%
B = 3.06%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#CDEF0E (or 0xCDEF0E) is known color: Electric Lime. HEX triplet: CD, EF and 0E. RGB value is (205,239,14). Sum of RGB (Red+Green+Blue) = 205+239+14=458 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.76% from 458); Green value is 239 (93.75% from 255 or 52.18% from 458); Blue value is 14 (5.86% from 255 or 3.06% from 458); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEF0E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDEF0E is #3210F1. Grayscale: #CCCCCC. Windows color (decimal): -3281138 or 978893. OLE color: 978893.

HSL color Cylindrical-coordinate representation of color #CDEF0E: hue angle of 69.07º 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 #CDEF0E is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB 205 239 14 -
CMYK 0.14 0 0.94 0.06
HSL 69.07º 0.89% 0.5% -
HSV(B) 69.07º 0.94% 0.94% -
XYZ 56.12 74.74 11.88 -
YUV 203.18 21.24 129.3 -
System Red Green Blue C M Y K H S L
Decimal 205 239 14 0.14 0 0.94 0.06 69.07 0.89 0.5
Hex CD EF E E 0 5E 6 45 59 32
Octal 315 357 16 16 0 136 6 105 131 62
Binary 11001101 11101111 1110 1110 0 1011110 110 1000101 1011001 110010

Color Harmonies of #CDEF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEF0E

Black with #CDEF0E

Text Example


Text Example

White with #CDEF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEF0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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