Html Css Color HEX #76BC33 Lima

📋 copy color: '#76BC33'

red 118 ◦ green 188 ◦ blue 51

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

Shades of Lima #76BC33

Tints of Lima #76BC33

RGB

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

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

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

R = 33.05%
G = 52.66%
B = 14.29%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#76BC33 (or 0x76BC33) is known color: Lima. HEX triplet: 76, BC and 33. RGB value is (118,188,51). Sum of RGB (Red+Green+Blue) = 118+188+51=357 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.05% from 357); Green value is 188 (73.83% from 255 or 52.66% from 357); Blue value is 51 (20.31% from 255 or 14.29% from 357); Max value from RGB is 188 - color contains mainly: green. Hex color #76BC33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BC33 is #8943CC. Grayscale: #979797. Windows color (decimal): -8995789 or 3390582. OLE color: 3390582.

HSL color Cylindrical-coordinate representation of color #76BC33: hue angle of 90.66º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #76BC33 is Cyan = 0.37, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB 118 188 51 -
CMYK 0.37 0 0.73 0.26
HSL 90.66º 0.57% 0.47% -
HSV(B) 90.66º 0.73% 0.74% -
XYZ 26.05 40.06 9.49 -
YUV 151.45 71.31 104.14 -
System Red Green Blue C M Y K H S L
Decimal 118 188 51 0.37 0 0.73 0.26 90.66 0.57 0.47
Hex 76 BC 33 25 0 49 1A 5B 39 2F
Octal 166 274 63 45 0 111 32 133 71 57
Binary 1110110 10111100 110011 100101 0 1001001 11010 1011011 111001 101111

Color Harmonies of #76BC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BC33

Black with #76BC33

Text Example


Text Example

White with #76BC33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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