Html Css Color HEX #C5ED0D Electric Lime

📋 copy color: '#C5ED0D'

red 197 ◦ green 237 ◦ blue 13

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

Shades of Electric Lime #C5ED0D

Tints of Electric Lime #C5ED0D

RGB

 RED value IS 197 (77.34% from 255) = 44.07%

 GREEN value IS 237 (92.97% from 255) = 53.02%

 BLUE value IS 13 (5.47% from 255) = 2.91%

R = 44.07%
G = 53.02%
B = 2.91%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#C5ED0D (or 0xC5ED0D) is known color: Electric Lime. HEX triplet: C5, ED and 0D. RGB value is (197,237,13). Sum of RGB (Red+Green+Blue) = 197+237+13=447 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.07% from 447); Green value is 237 (92.97% from 255 or 53.02% from 447); Blue value is 13 (5.47% from 255 or 2.91% from 447); Max value from RGB is 237 - color contains mainly: green. Hex color #C5ED0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5ED0D is #3A12F2. Grayscale: #C8C8C8. Windows color (decimal): -3805939 or 912837. OLE color: 912837.

HSL color Cylindrical-coordinate representation of color #C5ED0D: hue angle of 70.71º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C5ED0D is Cyan = 0.17, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 197 237 13 -
CMYK 0.17 0 0.95 0.07
HSL 70.71º 0.9% 0.49% -
HSV(B) 70.71º 0.95% 0.93% -
XYZ 53.38 72.47 11.55 -
YUV 199.5 22.75 126.21 -
System Red Green Blue C M Y K H S L
Decimal 197 237 13 0.17 0 0.95 0.07 70.71 0.9 0.49
Hex C5 ED D 11 0 5F 7 47 5A 31
Octal 305 355 15 21 0 137 7 107 132 61
Binary 11000101 11101101 1101 10001 0 1011111 111 1000111 1011010 110001

Color Harmonies of #C5ED0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5ED0D

Black with #C5ED0D

Text Example


Text Example

White with #C5ED0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5ED0D; }

 p { color: rgb(197,237,13); }

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

background-color css

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

 a { background-color: rgb(197,237,13); }

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

border-color css

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

 span { border-color: rgb(197,237,13); }

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