Html Css Color HEX #7CB51D Lima

📋 copy color: '#7CB51D'

red 124 ◦ green 181 ◦ blue 29

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

Shades of Lima #7CB51D

Tints of Lima #7CB51D

RGB

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

 GREEN value IS 181 (71.09% from 255) = 54.19%

 BLUE value IS 29 (11.72% from 255) = 8.68%

R = 37.13%
G = 54.19%
B = 8.68%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#7CB51D (or 0x7CB51D) is known color: Lima. HEX triplet: 7C, B5 and 1D. RGB value is (124,181,29). Sum of RGB (Red+Green+Blue) = 124+181+29=334 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.13% from 334); Green value is 181 (71.09% from 255 or 54.19% from 334); Blue value is 29 (11.72% from 255 or 8.68% from 334); Max value from RGB is 181 - color contains mainly: green. Hex color #7CB51D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CB51D is #834AE2. Grayscale: #939393. Windows color (decimal): -8604387 or 1947004. OLE color: 1947004.

HSL color Cylindrical-coordinate representation of color #7CB51D: hue angle of 82.5º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7CB51D is Cyan = 0.31, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.29.

Color convert

RGB 124 181 29 -
CMYK 0.31 0 0.84 0.29
HSL 82.5º 0.72% 0.41% -
HSV(B) 82.5º 0.84% 0.71% -
XYZ 25.06 37.42 7.06 -
YUV 146.63 61.62 111.86 -
System Red Green Blue C M Y K H S L
Decimal 124 181 29 0.31 0 0.84 0.29 82.5 0.72 0.41
Hex 7C B5 1D 1F 0 54 1D 52 48 29
Octal 174 265 35 37 0 124 35 122 110 51
Binary 1111100 10110101 11101 11111 0 1010100 11101 1010010 1001000 101001

Color Harmonies of #7CB51D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB51D

Black with #7CB51D

Text Example


Text Example

White with #7CB51D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,181,29); }

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

background-color css

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

 a { background-color: rgb(124,181,29); }

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

border-color css

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

 span { border-color: rgb(124,181,29); }

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