Html Css Color HEX #7CB727 Lima

📋 copy color: '#7CB727'

red 124 ◦ green 183 ◦ blue 39

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

Shades of Lima #7CB727

Tints of Lima #7CB727

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.27%

R = 35.84%
G = 52.89%
B = 11.27%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.79

 K value IS 0.28

RGB Variations

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

Color information

#7CB727 (or 0x7CB727) is known color: Lima. HEX triplet: 7C, B7 and 27. RGB value is (124,183,39). Sum of RGB (Red+Green+Blue) = 124+183+39=346 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.84% from 346); Green value is 183 (71.88% from 255 or 52.89% from 346); Blue value is 39 (15.62% from 255 or 11.27% from 346); Max value from RGB is 183 - color contains mainly: green. Hex color #7CB727 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CB727 is #8348D8. Grayscale: #959595. Windows color (decimal): -8603865 or 2602876. OLE color: 2602876.

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

Color convert

RGB 124 183 39 -
CMYK 0.32 0 0.79 0.28
HSL 84.58º 0.65% 0.44% -
HSV(B) 84.58º 0.79% 0.72% -
XYZ 25.61 38.3 7.96 -
YUV 148.94 65.95 110.21 -
System Red Green Blue C M Y K H S L
Decimal 124 183 39 0.32 0 0.79 0.28 84.58 0.65 0.44
Hex 7C B7 27 20 0 4F 1C 55 41 2C
Octal 174 267 47 40 0 117 34 125 101 54
Binary 1111100 10110111 100111 100000 0 1001111 11100 1010101 1000001 101100

Color Harmonies of #7CB727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB727

Black with #7CB727

Text Example


Text Example

White with #7CB727

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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