Html Css Color HEX #7CBC13 Lima

📋 copy color: '#7CBC13'

red 124 ◦ green 188 ◦ blue 19

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

Shades of Lima #7CBC13

Tints of Lima #7CBC13

RGB

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

 GREEN value IS 188 (73.83% from 255) = 56.8%

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

R = 37.46%
G = 56.8%
B = 5.74%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#7CBC13 (or 0x7CBC13) is known color: Lima. HEX triplet: 7C, BC and 13. RGB value is (124,188,19). Sum of RGB (Red+Green+Blue) = 124+188+19=331 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.46% from 331); Green value is 188 (73.83% from 255 or 56.80% from 331); Blue value is 19 (7.81% from 255 or 5.74% from 331); Max value from RGB is 188 - color contains mainly: green. Hex color #7CBC13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CBC13 is #8343EC. Grayscale: #969696. Windows color (decimal): -8602605 or 1293436. OLE color: 1293436.

HSL color Cylindrical-coordinate representation of color #7CBC13: hue angle of 82.72º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7CBC13 is Cyan = 0.34, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 124 188 19 -
CMYK 0.34 0 0.90 0.26
HSL 82.72º 0.82% 0.41% -
HSV(B) 82.72º 0.9% 0.74% -
XYZ 26.41 40.3 7 -
YUV 149.6 54.3 109.74 -
System Red Green Blue C M Y K H S L
Decimal 124 188 19 0.34 0 0.90 0.26 82.72 0.82 0.41
Hex 7C BC 13 22 0 5A 1A 53 52 29
Octal 174 274 23 42 0 132 32 123 122 51
Binary 1111100 10111100 10011 100010 0 1011010 11010 1010011 1010010 101001

Color Harmonies of #7CBC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBC13

Black with #7CBC13

Text Example


Text Example

White with #7CBC13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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