Html Css Color HEX #76BF25 Lima

📋 copy color: '#76BF25'

red 118 ◦ green 191 ◦ blue 37

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

Shades of Lima #76BF25

Tints of Lima #76BF25

RGB

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

 GREEN value IS 191 (75% from 255) = 55.2%

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

R = 34.1%
G = 55.2%
B = 10.69%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#76BF25 (or 0x76BF25) is known color: Lima. HEX triplet: 76, BF and 25. RGB value is (118,191,37). Sum of RGB (Red+Green+Blue) = 118+191+37=346 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.10% from 346); Green value is 191 (75% from 255 or 55.20% from 346); Blue value is 37 (14.84% from 255 or 10.69% from 346); Max value from RGB is 191 - color contains mainly: green. Hex color #76BF25 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BF25 is #8940DA. Grayscale: #989898. Windows color (decimal): -8995035 or 2473846. OLE color: 2473846.

HSL color Cylindrical-coordinate representation of color #76BF25: hue angle of 88.44º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #76BF25 is Cyan = 0.38, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 118 191 37 -
CMYK 0.38 0 0.81 0.25
HSL 88.44º 0.68% 0.45% -
HSV(B) 88.44º 0.81% 0.75% -
XYZ 26.44 41.25 8.32 -
YUV 151.62 63.32 104.02 -
System Red Green Blue C M Y K H S L
Decimal 118 191 37 0.38 0 0.81 0.25 88.44 0.68 0.45
Hex 76 BF 25 26 0 51 19 58 44 2D
Octal 166 277 45 46 0 121 31 130 104 55
Binary 1110110 10111111 100101 100110 0 1010001 11001 1011000 1000100 101101

Color Harmonies of #76BF25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BF25

Black with #76BF25

Text Example


Text Example

White with #76BF25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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