Html Css Color HEX #7CB71F Lima

📋 copy color: '#7CB71F'

red 124 ◦ green 183 ◦ blue 31

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

Shades of Lima #7CB71F

Tints of Lima #7CB71F

RGB

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

 GREEN value IS 183 (71.88% from 255) = 54.14%

 BLUE value IS 31 (12.5% from 255) = 9.17%

R = 36.69%
G = 54.14%
B = 9.17%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#7CB71F (or 0x7CB71F) is known color: Lima. HEX triplet: 7C, B7 and 1F. RGB value is (124,183,31). Sum of RGB (Red+Green+Blue) = 124+183+31=338 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.69% from 338); Green value is 183 (71.88% from 255 or 54.14% from 338); Blue value is 31 (12.5% from 255 or 9.17% from 338); Max value from RGB is 183 - color contains mainly: green. Hex color #7CB71F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CB71F is #8348E0. Grayscale: #949494. Windows color (decimal): -8603873 or 2078588. OLE color: 2078588.

HSL color Cylindrical-coordinate representation of color #7CB71F: hue angle of 83.29º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7CB71F is Cyan = 0.32, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB 124 183 31 -
CMYK 0.32 0 0.83 0.28
HSL 83.29º 0.71% 0.42% -
HSV(B) 83.29º 0.83% 0.72% -
XYZ 25.49 38.25 7.34 -
YUV 148.03 61.95 110.86 -
System Red Green Blue C M Y K H S L
Decimal 124 183 31 0.32 0 0.83 0.28 83.29 0.71 0.42
Hex 7C B7 1F 20 0 53 1C 53 47 2A
Octal 174 267 37 40 0 123 34 123 107 52
Binary 1111100 10110111 11111 100000 0 1010011 11100 1010011 1000111 101010

Color Harmonies of #7CB71F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB71F

Black with #7CB71F

Text Example


Text Example

White with #7CB71F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,183,31); }

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

background-color css

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

 a { background-color: rgb(124,183,31); }

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

border-color css

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

 span { border-color: rgb(124,183,31); }

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