Html Css Color HEX #7CB114 Lima

📋 copy color: '#7CB114'

red 124 ◦ green 177 ◦ blue 20

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

Shades of Lima #7CB114

Tints of Lima #7CB114

RGB

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

 GREEN value IS 177 (69.53% from 255) = 55.14%

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

R = 38.63%
G = 55.14%
B = 6.23%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#7CB114 (or 0x7CB114) is known color: Lima. HEX triplet: 7C, B1 and 14. RGB value is (124,177,20). Sum of RGB (Red+Green+Blue) = 124+177+20=321 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.63% from 321); Green value is 177 (69.53% from 255 or 55.14% from 321); Blue value is 20 (8.20% from 255 or 6.23% from 321); Max value from RGB is 177 - color contains mainly: green. Hex color #7CB114 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CB114 is #834EEB. Grayscale: #8F8F8F. Windows color (decimal): -8605420 or 1356156. OLE color: 1356156.

HSL color Cylindrical-coordinate representation of color #7CB114: hue angle of 80.25º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7CB114 is Cyan = 0.30, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 124 177 20 -
CMYK 0.30 0 0.89 0.31
HSL 80.25º 0.8% 0.39% -
HSV(B) 80.25º 0.89% 0.69% -
XYZ 24.16 35.78 6.29 -
YUV 143.26 58.44 114.27 -
System Red Green Blue C M Y K H S L
Decimal 124 177 20 0.30 0 0.89 0.31 80.25 0.8 0.39
Hex 7C B1 14 1E 0 59 1F 50 50 27
Octal 174 261 24 36 0 131 37 120 120 47
Binary 1111100 10110001 10100 11110 0 1011001 11111 1010000 1010000 100111

Color Harmonies of #7CB114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB114

Black with #7CB114

Text Example


Text Example

White with #7CB114

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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