Html Css Color HEX #7CB82F Lima

📋 copy color: '#7CB82F'

red 124 ◦ green 184 ◦ blue 47

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

Shades of Lima #7CB82F

Tints of Lima #7CB82F

RGB

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

 GREEN value IS 184 (72.27% from 255) = 51.83%

 BLUE value IS 47 (18.75% from 255) = 13.24%

R = 34.93%
G = 51.83%
B = 13.24%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#7CB82F (or 0x7CB82F) is known color: Lima. HEX triplet: 7C, B8 and 2F. RGB value is (124,184,47). Sum of RGB (Red+Green+Blue) = 124+184+47=355 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.93% from 355); Green value is 184 (72.27% from 255 or 51.83% from 355); Blue value is 47 (18.75% from 255 or 13.24% from 355); Max value from RGB is 184 - color contains mainly: green. Hex color #7CB82F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CB82F is #8347D0. Grayscale: #969696. Windows color (decimal): -8603601 or 3127420. OLE color: 3127420.

HSL color Cylindrical-coordinate representation of color #7CB82F: hue angle of 86.28º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7CB82F is Cyan = 0.33, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.28.

Color convert

RGB 124 184 47 -
CMYK 0.33 0 0.74 0.28
HSL 86.28º 0.59% 0.45% -
HSV(B) 86.28º 0.74% 0.72% -
XYZ 25.97 38.77 8.8 -
YUV 150.44 69.62 109.14 -
System Red Green Blue C M Y K H S L
Decimal 124 184 47 0.33 0 0.74 0.28 86.28 0.59 0.45
Hex 7C B8 2F 21 0 4A 1C 56 3B 2D
Octal 174 270 57 41 0 112 34 126 73 55
Binary 1111100 10111000 101111 100001 0 1001010 11100 1010110 111011 101101

Color Harmonies of #7CB82F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB82F

Black with #7CB82F

Text Example


Text Example

White with #7CB82F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,184,47); }

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

background-color css

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

 a { background-color: rgb(124,184,47); }

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

border-color css

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

 span { border-color: rgb(124,184,47); }

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