Html Css Color HEX #7CB81C Lima

📋 copy color: '#7CB81C'

red 124 ◦ green 184 ◦ blue 28

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

Shades of Lima #7CB81C

Tints of Lima #7CB81C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.33%

R = 36.9%
G = 54.76%
B = 8.33%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#7CB81C (or 0x7CB81C) is known color: Lima. HEX triplet: 7C, B8 and 1C. RGB value is (124,184,28). Sum of RGB (Red+Green+Blue) = 124+184+28=336 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.90% from 336); Green value is 184 (72.27% from 255 or 54.76% from 336); Blue value is 28 (11.33% from 255 or 8.33% from 336); Max value from RGB is 184 - color contains mainly: green. Hex color #7CB81C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CB81C is #8347E3. Grayscale: #949494. Windows color (decimal): -8603620 or 1882236. OLE color: 1882236.

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

Color convert

RGB 124 184 28 -
CMYK 0.33 0 0.85 0.28
HSL 83.08º 0.74% 0.42% -
HSV(B) 83.08º 0.85% 0.72% -
XYZ 25.66 38.65 7.21 -
YUV 148.28 60.12 110.68 -
System Red Green Blue C M Y K H S L
Decimal 124 184 28 0.33 0 0.85 0.28 83.08 0.74 0.42
Hex 7C B8 1C 21 0 55 1C 53 4A 2A
Octal 174 270 34 41 0 125 34 123 112 52
Binary 1111100 10111000 11100 100001 0 1010101 11100 1010011 1001010 101010

Color Harmonies of #7CB81C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB81C

Black with #7CB81C

Text Example


Text Example

White with #7CB81C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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