Html Css Color HEX #7CC014 Lima

📋 copy color: '#7CC014'

red 124 ◦ green 192 ◦ blue 20

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

Shades of Lima #7CC014

Tints of Lima #7CC014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.95%

R = 36.9%
G = 57.14%
B = 5.95%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#7CC014 (or 0x7CC014) is known color: Lima. HEX triplet: 7C, C0 and 14. RGB value is (124,192,20). Sum of RGB (Red+Green+Blue) = 124+192+20=336 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.90% from 336); Green value is 192 (75.39% from 255 or 57.14% from 336); Blue value is 20 (8.20% from 255 or 5.95% from 336); Max value from RGB is 192 - color contains mainly: green. Hex color #7CC014 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CC014 is #833FEB. Grayscale: #989898. Windows color (decimal): -8601580 or 1359996. OLE color: 1359996.

HSL color Cylindrical-coordinate representation of color #7CC014: hue angle of 83.72º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7CC014 is Cyan = 0.35, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 124 192 20 -
CMYK 0.35 0 0.90 0.25
HSL 83.72º 0.81% 0.42% -
HSV(B) 83.72º 0.9% 0.75% -
XYZ 27.29 42.03 7.34 -
YUV 152.06 53.47 107.99 -
System Red Green Blue C M Y K H S L
Decimal 124 192 20 0.35 0 0.90 0.25 83.72 0.81 0.42
Hex 7C C0 14 23 0 5A 19 54 51 2A
Octal 174 300 24 43 0 132 31 124 121 52
Binary 1111100 11000000 10100 100011 0 1011010 11001 1010100 1010001 101010

Color Harmonies of #7CC014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC014

Black with #7CC014

Text Example


Text Example

White with #7CC014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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