Html Css Color HEX #CDE60E Electric Lime

📋 copy color: '#CDE60E'

red 205 ◦ green 230 ◦ blue 14

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

Shades of Electric Lime #CDE60E

Tints of Electric Lime #CDE60E

RGB

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

 GREEN value IS 230 (90.23% from 255) = 51.22%

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

R = 45.66%
G = 51.22%
B = 3.12%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#CDE60E (or 0xCDE60E) is known color: Electric Lime. HEX triplet: CD, E6 and 0E. RGB value is (205,230,14). Sum of RGB (Red+Green+Blue) = 205+230+14=449 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.66% from 449); Green value is 230 (90.23% from 255 or 51.22% from 449); Blue value is 14 (5.86% from 255 or 3.12% from 449); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE60E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDE60E is #3219F1. Grayscale: #C6C6C6. Windows color (decimal): -3283442 or 976589. OLE color: 976589.

HSL color Cylindrical-coordinate representation of color #CDE60E: hue angle of 66.94º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CDE60E is Cyan = 0.11, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.10.

Color convert

RGB 205 230 14 -
CMYK 0.11 0 0.94 0.10
HSL 66.94º 0.89% 0.48% -
HSV(B) 66.94º 0.94% 0.9% -
XYZ 53.55 69.6 11.03 -
YUV 197.9 24.22 133.06 -
System Red Green Blue C M Y K H S L
Decimal 205 230 14 0.11 0 0.94 0.10 66.94 0.89 0.48
Hex CD E6 E B 0 5E A 43 59 30
Octal 315 346 16 13 0 136 12 103 131 60
Binary 11001101 11100110 1110 1011 0 1011110 1010 1000011 1011001 110000

Color Harmonies of #CDE60E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE60E

Black with #CDE60E

Text Example


Text Example

White with #CDE60E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE60E; }

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

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

background-color css

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

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

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

border-color css

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

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

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