Html Css Color HEX #7CB91F Lima

📋 copy color: '#7CB91F'

red 124 ◦ green 185 ◦ blue 31

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

Shades of Lima #7CB91F

Tints of Lima #7CB91F

RGB

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

 GREEN value IS 185 (72.66% from 255) = 54.41%

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

R = 36.47%
G = 54.41%
B = 9.12%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#7CB91F (or 0x7CB91F) is known color: Lima. HEX triplet: 7C, B9 and 1F. RGB value is (124,185,31). Sum of RGB (Red+Green+Blue) = 124+185+31=340 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.47% from 340); Green value is 185 (72.66% from 255 or 54.41% from 340); Blue value is 31 (12.5% from 255 or 9.12% from 340); Max value from RGB is 185 - color contains mainly: green. Hex color #7CB91F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CB91F is #8346E0. Grayscale: #959595. Windows color (decimal): -8603361 or 2079100. OLE color: 2079100.

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

Color convert

RGB 124 185 31 -
CMYK 0.33 0 0.83 0.27
HSL 83.77º 0.71% 0.42% -
HSV(B) 83.77º 0.83% 0.73% -
XYZ 25.91 39.08 7.47 -
YUV 149.21 61.29 110.02 -
System Red Green Blue C M Y K H S L
Decimal 124 185 31 0.33 0 0.83 0.27 83.77 0.71 0.42
Hex 7C B9 1F 21 0 53 1B 54 47 2A
Octal 174 271 37 41 0 123 33 124 107 52
Binary 1111100 10111001 11111 100001 0 1010011 11011 1010100 1000111 101010

Color Harmonies of #7CB91F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB91F

Black with #7CB91F

Text Example


Text Example

White with #7CB91F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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