Html Css Color HEX #7CBC32 Lima

📋 copy color: '#7CBC32'

red 124 ◦ green 188 ◦ blue 50

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

Shades of Lima #7CBC32

Tints of Lima #7CBC32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.81%

R = 34.25%
G = 51.93%
B = 13.81%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#7CBC32 (or 0x7CBC32) is known color: Lima. HEX triplet: 7C, BC and 32. RGB value is (124,188,50). Sum of RGB (Red+Green+Blue) = 124+188+50=362 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.25% from 362); Green value is 188 (73.83% from 255 or 51.93% from 362); Blue value is 50 (19.92% from 255 or 13.81% from 362); Max value from RGB is 188 - color contains mainly: green. Hex color #7CBC32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CBC32 is #8343CD. Grayscale: #999999. Windows color (decimal): -8602574 or 3325052. OLE color: 3325052.

HSL color Cylindrical-coordinate representation of color #7CBC32: hue angle of 87.83º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7CBC32 is Cyan = 0.34, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB 124 188 50 -
CMYK 0.34 0 0.73 0.26
HSL 87.83º 0.58% 0.47% -
HSV(B) 87.83º 0.73% 0.74% -
XYZ 26.87 40.48 9.42 -
YUV 153.13 69.8 107.22 -
System Red Green Blue C M Y K H S L
Decimal 124 188 50 0.34 0 0.73 0.26 87.83 0.58 0.47
Hex 7C BC 32 22 0 49 1A 58 3A 2F
Octal 174 274 62 42 0 111 32 130 72 57
Binary 1111100 10111100 110010 100010 0 1001001 11010 1011000 111010 101111

Color Harmonies of #7CBC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBC32

Black with #7CBC32

Text Example


Text Example

White with #7CBC32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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