Html Css Color HEX #7CB31F Lima

📋 copy color: '#7CB31F'

red 124 ◦ green 179 ◦ blue 31

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

Shades of Lima #7CB31F

Tints of Lima #7CB31F

RGB

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

 GREEN value IS 179 (70.31% from 255) = 53.59%

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

R = 37.13%
G = 53.59%
B = 9.28%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#7CB31F (or 0x7CB31F) is known color: Lima. HEX triplet: 7C, B3 and 1F. RGB value is (124,179,31). Sum of RGB (Red+Green+Blue) = 124+179+31=334 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.13% from 334); Green value is 179 (70.31% from 255 or 53.59% from 334); Blue value is 31 (12.5% from 255 or 9.28% from 334); Max value from RGB is 179 - color contains mainly: green. Hex color #7CB31F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CB31F is #834CE0. Grayscale: #929292. Windows color (decimal): -8604897 or 2077564. OLE color: 2077564.

HSL color Cylindrical-coordinate representation of color #7CB31F: hue angle of 82.3º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7CB31F is Cyan = 0.31, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.30.

Color convert

RGB 124 179 31 -
CMYK 0.31 0 0.83 0.30
HSL 82.3º 0.7% 0.41% -
HSV(B) 82.3º 0.83% 0.7% -
XYZ 24.68 36.62 7.06 -
YUV 145.68 63.28 112.53 -
System Red Green Blue C M Y K H S L
Decimal 124 179 31 0.31 0 0.83 0.30 82.3 0.7 0.41
Hex 7C B3 1F 1F 0 53 1E 52 46 29
Octal 174 263 37 37 0 123 36 122 106 51
Binary 1111100 10110011 11111 11111 0 1010011 11110 1010010 1000110 101001

Color Harmonies of #7CB31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB31F

Black with #7CB31F

Text Example


Text Example

White with #7CB31F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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