Html Css Color HEX #7CBA13 Lima

📋 copy color: '#7CBA13'

red 124 ◦ green 186 ◦ blue 19

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

Shades of Lima #7CBA13

Tints of Lima #7CBA13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.78%

R = 37.69%
G = 56.53%
B = 5.78%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#7CBA13 (or 0x7CBA13) is known color: Lima. HEX triplet: 7C, BA and 13. RGB value is (124,186,19). Sum of RGB (Red+Green+Blue) = 124+186+19=329 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.69% from 329); Green value is 186 (73.05% from 255 or 56.53% from 329); Blue value is 19 (7.81% from 255 or 5.78% from 329); Max value from RGB is 186 - color contains mainly: green. Hex color #7CBA13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CBA13 is #8345EC. Grayscale: #959595. Windows color (decimal): -8603117 or 1292924. OLE color: 1292924.

HSL color Cylindrical-coordinate representation of color #7CBA13: hue angle of 82.28º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7CBA13 is Cyan = 0.33, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 124 186 19 -
CMYK 0.33 0 0.90 0.27
HSL 82.28º 0.81% 0.4% -
HSV(B) 82.28º 0.9% 0.73% -
XYZ 25.99 39.45 6.86 -
YUV 148.42 54.96 110.58 -
System Red Green Blue C M Y K H S L
Decimal 124 186 19 0.33 0 0.90 0.27 82.28 0.81 0.4
Hex 7C BA 13 21 0 5A 1B 52 51 28
Octal 174 272 23 41 0 132 33 122 121 50
Binary 1111100 10111010 10011 100001 0 1011010 11011 1010010 1010001 101000

Color Harmonies of #7CBA13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBA13

Black with #7CBA13

Text Example


Text Example

White with #7CBA13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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