Html Css Color HEX #7CBA15 Lima

📋 copy color: '#7CBA15'

red 124 ◦ green 186 ◦ blue 21

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

Shades of Lima #7CBA15

Tints of Lima #7CBA15

RGB

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

 GREEN value IS 186 (73.05% from 255) = 56.19%

 BLUE value IS 21 (8.59% from 255) = 6.34%

R = 37.46%
G = 56.19%
B = 6.34%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#7CBA15 (or 0x7CBA15) is known color: Lima. HEX triplet: 7C, BA and 15. RGB value is (124,186,21). Sum of RGB (Red+Green+Blue) = 124+186+21=331 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.46% from 331); Green value is 186 (73.05% from 255 or 56.19% from 331); Blue value is 21 (8.59% from 255 or 6.34% from 331); Max value from RGB is 186 - color contains mainly: green. Hex color #7CBA15 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CBA15 is #8345EA. Grayscale: #959595. Windows color (decimal): -8603115 or 1423996. OLE color: 1423996.

HSL color Cylindrical-coordinate representation of color #7CBA15: hue angle of 82.55º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7CBA15 is Cyan = 0.33, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 124 186 21 -
CMYK 0.33 0 0.89 0.27
HSL 82.55º 0.8% 0.41% -
HSV(B) 82.55º 0.89% 0.73% -
XYZ 26.01 39.46 6.95 -
YUV 148.65 55.96 110.42 -
System Red Green Blue C M Y K H S L
Decimal 124 186 21 0.33 0 0.89 0.27 82.55 0.8 0.41
Hex 7C BA 15 21 0 59 1B 53 50 29
Octal 174 272 25 41 0 131 33 123 120 51
Binary 1111100 10111010 10101 100001 0 1011001 11011 1010011 1010000 101001

Color Harmonies of #7CBA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBA15

Black with #7CBA15

Text Example


Text Example

White with #7CBA15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,186,21); }

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

background-color css

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

 a { background-color: rgb(124,186,21); }

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

border-color css

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

 span { border-color: rgb(124,186,21); }

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