Html Css Color HEX #7CBC25 Lima

📋 copy color: '#7CBC25'

red 124 ◦ green 188 ◦ blue 37

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

Shades of Lima #7CBC25

Tints of Lima #7CBC25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.6%

R = 35.53%
G = 53.87%
B = 10.6%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#7CBC25 (or 0x7CBC25) is known color: Lima. HEX triplet: 7C, BC and 25. RGB value is (124,188,37). Sum of RGB (Red+Green+Blue) = 124+188+37=349 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.53% from 349); Green value is 188 (73.83% from 255 or 53.87% from 349); Blue value is 37 (14.84% from 255 or 10.60% from 349); Max value from RGB is 188 - color contains mainly: green. Hex color #7CBC25 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CBC25 is #8343DA. Grayscale: #989898. Windows color (decimal): -8602587 or 2473084. OLE color: 2473084.

HSL color Cylindrical-coordinate representation of color #7CBC25: hue angle of 85.43º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7CBC25 is Cyan = 0.34, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB 124 188 37 -
CMYK 0.34 0 0.80 0.26
HSL 85.43º 0.67% 0.44% -
HSV(B) 85.43º 0.8% 0.74% -
XYZ 26.63 40.39 8.14 -
YUV 151.65 63.3 108.28 -
System Red Green Blue C M Y K H S L
Decimal 124 188 37 0.34 0 0.80 0.26 85.43 0.67 0.44
Hex 7C BC 25 22 0 50 1A 55 43 2C
Octal 174 274 45 42 0 120 32 125 103 54
Binary 1111100 10111100 100101 100010 0 1010000 11010 1010101 1000011 101100

Color Harmonies of #7CBC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBC25

Black with #7CBC25

Text Example


Text Example

White with #7CBC25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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