Html Css Color HEX #76BF2B Lima

📋 copy color: '#76BF2B'

red 118 ◦ green 191 ◦ blue 43

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

Shades of Lima #76BF2B

Tints of Lima #76BF2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.22%

R = 33.52%
G = 54.26%
B = 12.22%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#76BF2B (or 0x76BF2B) is known color: Lima. HEX triplet: 76, BF and 2B. RGB value is (118,191,43). Sum of RGB (Red+Green+Blue) = 118+191+43=352 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.52% from 352); Green value is 191 (75% from 255 or 54.26% from 352); Blue value is 43 (17.19% from 255 or 12.22% from 352); Max value from RGB is 191 - color contains mainly: green. Hex color #76BF2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BF2B is #8940D4. Grayscale: #989898. Windows color (decimal): -8995029 or 2867062. OLE color: 2867062.

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

Color convert

RGB 118 191 43 -
CMYK 0.38 0 0.77 0.25
HSL 89.59º 0.63% 0.46% -
HSV(B) 89.59º 0.77% 0.75% -
XYZ 26.54 41.29 8.86 -
YUV 152.3 66.32 103.53 -
System Red Green Blue C M Y K H S L
Decimal 118 191 43 0.38 0 0.77 0.25 89.59 0.63 0.46
Hex 76 BF 2B 26 0 4D 19 5A 3F 2E
Octal 166 277 53 46 0 115 31 132 77 56
Binary 1110110 10111111 101011 100110 0 1001101 11001 1011010 111111 101110

Color Harmonies of #76BF2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BF2B

Black with #76BF2B

Text Example


Text Example

White with #76BF2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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