Html Css Color HEX #C7EA0C Electric Lime

📋 copy color: '#C7EA0C'

red 199 ◦ green 234 ◦ blue 12

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

Shades of Electric Lime #C7EA0C

Tints of Electric Lime #C7EA0C

RGB

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

 GREEN value IS 234 (91.8% from 255) = 52.58%

 BLUE value IS 12 (5.08% from 255) = 2.7%

R = 44.72%
G = 52.58%
B = 2.7%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#C7EA0C (or 0xC7EA0C) is known color: Electric Lime. HEX triplet: C7, EA and 0C. RGB value is (199,234,12). Sum of RGB (Red+Green+Blue) = 199+234+12=445 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.72% from 445); Green value is 234 (91.80% from 255 or 52.58% from 445); Blue value is 12 (5.08% from 255 or 2.70% from 445); Max value from RGB is 234 - color contains mainly: green. Hex color #C7EA0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C7EA0C is #3815F3. Grayscale: #C7C7C7. Windows color (decimal): -3675636 or 846535. OLE color: 846535.

HSL color Cylindrical-coordinate representation of color #C7EA0C: hue angle of 69.46º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C7EA0C is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.08.

Color convert

RGB 199 234 12 -
CMYK 0.15 0 0.95 0.08
HSL 69.46º 0.9% 0.48% -
HSV(B) 69.46º 0.95% 0.92% -
XYZ 53.04 71.01 11.26 -
YUV 198.23 22.9 128.55 -
System Red Green Blue C M Y K H S L
Decimal 199 234 12 0.15 0 0.95 0.08 69.46 0.9 0.48
Hex C7 EA C F 0 5F 8 45 5A 30
Octal 307 352 14 17 0 137 10 105 132 60
Binary 11000111 11101010 1100 1111 0 1011111 1000 1000101 1011010 110000

Color Harmonies of #C7EA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7EA0C

Black with #C7EA0C

Text Example


Text Example

White with #C7EA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7EA0C; }

 p { color: rgb(199,234,12); }

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

background-color css

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

 a { background-color: rgb(199,234,12); }

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

border-color css

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

 span { border-color: rgb(199,234,12); }

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