Html Css Color HEX #C7ED10 Electric Lime

📋 copy color: '#C7ED10'

red 199 ◦ green 237 ◦ blue 16

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

Shades of Electric Lime #C7ED10

Tints of Electric Lime #C7ED10

RGB

 RED value IS 199 (78.13% from 255) = 44.03%

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

 BLUE value IS 16 (6.64% from 255) = 3.54%

R = 44.03%
G = 52.43%
B = 3.54%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#C7ED10 (or 0xC7ED10) is known color: Electric Lime. HEX triplet: C7, ED and 10. RGB value is (199,237,16). Sum of RGB (Red+Green+Blue) = 199+237+16=452 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.03% from 452); Green value is 237 (92.97% from 255 or 52.43% from 452); Blue value is 16 (6.64% from 255 or 3.54% from 452); Max value from RGB is 237 - color contains mainly: green. Hex color #C7ED10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C7ED10 is #3812EF. Grayscale: #C9C9C9. Windows color (decimal): -3674864 or 1109447. OLE color: 1109447.

HSL color Cylindrical-coordinate representation of color #C7ED10: hue angle of 70.32º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C7ED10 is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB 199 237 16 -
CMYK 0.16 0 0.93 0.07
HSL 70.32º 0.87% 0.5% -
HSV(B) 70.32º 0.93% 0.93% -
XYZ 53.93 72.75 11.69 -
YUV 200.44 23.91 126.97 -
System Red Green Blue C M Y K H S L
Decimal 199 237 16 0.16 0 0.93 0.07 70.32 0.87 0.5
Hex C7 ED 10 10 0 5D 7 46 57 32
Octal 307 355 20 20 0 135 7 106 127 62
Binary 11000111 11101101 10000 10000 0 1011101 111 1000110 1010111 110010

Color Harmonies of #C7ED10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7ED10

Black with #C7ED10

Text Example


Text Example

White with #C7ED10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7ED10; }

 p { color: rgb(199,237,16); }

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

background-color css

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

 a { background-color: rgb(199,237,16); }

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

border-color css

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

 span { border-color: rgb(199,237,16); }

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