Html Css Color HEX #7CC00E Lima

📋 copy color: '#7CC00E'

red 124 ◦ green 192 ◦ blue 14

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

Shades of Lima #7CC00E

Tints of Lima #7CC00E

RGB

 RED value IS 124 (48.83% from 255) = 37.58%

 GREEN value IS 192 (75.39% from 255) = 58.18%

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

R = 37.58%
G = 58.18%
B = 4.24%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#7CC00E (or 0x7CC00E) is known color: Lima. HEX triplet: 7C, C0 and 0E. RGB value is (124,192,14). Sum of RGB (Red+Green+Blue) = 124+192+14=330 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.58% from 330); Green value is 192 (75.39% from 255 or 58.18% from 330); Blue value is 14 (5.86% from 255 or 4.24% from 330); Max value from RGB is 192 - color contains mainly: green. Hex color #7CC00E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CC00E is #833FF1. Grayscale: #989898. Windows color (decimal): -8601586 or 966780. OLE color: 966780.

HSL color Cylindrical-coordinate representation of color #7CC00E: hue angle of 82.92º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7CC00E is Cyan = 0.35, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 124 192 14 -
CMYK 0.35 0 0.93 0.25
HSL 82.92º 0.86% 0.4% -
HSV(B) 82.92º 0.93% 0.75% -
XYZ 27.24 42.02 7.09 -
YUV 151.38 50.47 108.47 -
System Red Green Blue C M Y K H S L
Decimal 124 192 14 0.35 0 0.93 0.25 82.92 0.86 0.4
Hex 7C C0 E 23 0 5D 19 53 56 28
Octal 174 300 16 43 0 135 31 123 126 50
Binary 1111100 11000000 1110 100011 0 1011101 11001 1010011 1010110 101000

Color Harmonies of #7CC00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC00E

Black with #7CC00E

Text Example


Text Example

White with #7CC00E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7CC00E; }

 p { color: rgb(124,192,14); }

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

background-color css

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

 a { background-color: rgb(124,192,14); }

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

border-color css

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

 span { border-color: rgb(124,192,14); }

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