Html Css Color HEX #76BF33 Lima

📋 copy color: '#76BF33'

red 118 ◦ green 191 ◦ blue 51

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

Shades of Lima #76BF33

Tints of Lima #76BF33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.17%

R = 32.78%
G = 53.06%
B = 14.17%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#76BF33 (or 0x76BF33) is known color: Lima. HEX triplet: 76, BF and 33. RGB value is (118,191,51). Sum of RGB (Red+Green+Blue) = 118+191+51=360 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.78% from 360); Green value is 191 (75% from 255 or 53.06% from 360); Blue value is 51 (20.31% from 255 or 14.17% from 360); Max value from RGB is 191 - color contains mainly: green. Hex color #76BF33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BF33 is #8940CC. Grayscale: #999999. Windows color (decimal): -8995021 or 3391350. OLE color: 3391350.

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

Color convert

RGB 118 191 51 -
CMYK 0.38 0 0.73 0.25
HSL 91.29º 0.58% 0.47% -
HSV(B) 91.29º 0.73% 0.75% -
XYZ 26.7 41.35 9.71 -
YUV 153.21 70.32 102.88 -
System Red Green Blue C M Y K H S L
Decimal 118 191 51 0.38 0 0.73 0.25 91.29 0.58 0.47
Hex 76 BF 33 26 0 49 19 5B 3A 2F
Octal 166 277 63 46 0 111 31 133 72 57
Binary 1110110 10111111 110011 100110 0 1001001 11001 1011011 111010 101111

Color Harmonies of #76BF33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BF33

Black with #76BF33

Text Example


Text Example

White with #76BF33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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