Html Css Color HEX #76BC25 Lima

📋 copy color: '#76BC25'

red 118 ◦ green 188 ◦ blue 37

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

Shades of Lima #76BC25

Tints of Lima #76BC25

RGB

 RED value IS 118 (46.48% from 255) = 34.4%

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

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

R = 34.4%
G = 54.81%
B = 10.79%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#76BC25 (or 0x76BC25) is known color: Lima. HEX triplet: 76, BC and 25. RGB value is (118,188,37). Sum of RGB (Red+Green+Blue) = 118+188+37=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 188 (73.83% from 255 or 54.81% from 343); Blue value is 37 (14.84% from 255 or 10.79% from 343); Max value from RGB is 188 - color contains mainly: green. Hex color #76BC25 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BC25 is #8943DA. Grayscale: #969696. Windows color (decimal): -8995803 or 2473078. OLE color: 2473078.

HSL color Cylindrical-coordinate representation of color #76BC25: hue angle of 87.81º 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 #76BC25 is Cyan = 0.37, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB 118 188 37 -
CMYK 0.37 0 0.80 0.26
HSL 87.81º 0.67% 0.44% -
HSV(B) 87.81º 0.8% 0.74% -
XYZ 25.79 39.95 8.1 -
YUV 149.86 64.31 105.28 -
System Red Green Blue C M Y K H S L
Decimal 118 188 37 0.37 0 0.80 0.26 87.81 0.67 0.44
Hex 76 BC 25 25 0 50 1A 58 43 2C
Octal 166 274 45 45 0 120 32 130 103 54
Binary 1110110 10111100 100101 100101 0 1010000 11010 1011000 1000011 101100

Color Harmonies of #76BC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BC25

Black with #76BC25

Text Example


Text Example

White with #76BC25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76BC25; }

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

 H1.HeaderClassName
 {
   color: #76BC25;
 }
 .AnyTagClassName
 {
   color: #76BC25;
 }
</style>

background-color css

<style>
 a { background-color: #76BC25; }

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

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

border-color css

<style>
 span { border-color: #76BC25; }

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

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