Html Css Color HEX #7CB831 Lima

📋 copy color: '#7CB831'

red 124 ◦ green 184 ◦ blue 49

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

Shades of Lima #7CB831

Tints of Lima #7CB831

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.73%

R = 34.73%
G = 51.54%
B = 13.73%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#7CB831 (or 0x7CB831) is known color: Lima. HEX triplet: 7C, B8 and 31. RGB value is (124,184,49). Sum of RGB (Red+Green+Blue) = 124+184+49=357 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.73% from 357); Green value is 184 (72.27% from 255 or 51.54% from 357); Blue value is 49 (19.53% from 255 or 13.73% from 357); Max value from RGB is 184 - color contains mainly: green. Hex color #7CB831 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CB831 is #8347CE. Grayscale: #979797. Windows color (decimal): -8603599 or 3258492. OLE color: 3258492.

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

Color convert

RGB 124 184 49 -
CMYK 0.33 0 0.73 0.28
HSL 86.67º 0.58% 0.46% -
HSV(B) 86.67º 0.73% 0.72% -
XYZ 26.01 38.79 9.02 -
YUV 150.67 70.62 108.98 -
System Red Green Blue C M Y K H S L
Decimal 124 184 49 0.33 0 0.73 0.28 86.67 0.58 0.46
Hex 7C B8 31 21 0 49 1C 57 3A 2E
Octal 174 270 61 41 0 111 34 127 72 56
Binary 1111100 10111000 110001 100001 0 1001001 11100 1010111 111010 101110

Color Harmonies of #7CB831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB831

Black with #7CB831

Text Example


Text Example

White with #7CB831

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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