Html Css Color HEX #76BF23 Lima

📋 copy color: '#76BF23'

red 118 ◦ green 191 ◦ blue 35

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

Shades of Lima #76BF23

Tints of Lima #76BF23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.17%

R = 34.3%
G = 55.52%
B = 10.17%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#76BF23 (or 0x76BF23) is known color: Lima. HEX triplet: 76, BF and 23. RGB value is (118,191,35). Sum of RGB (Red+Green+Blue) = 118+191+35=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 191 (75% from 255 or 55.52% from 344); Blue value is 35 (14.06% from 255 or 10.17% from 344); Max value from RGB is 191 - color contains mainly: green. Hex color #76BF23 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BF23 is #8940DC. Grayscale: #979797. Windows color (decimal): -8995037 or 2342774. OLE color: 2342774.

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

Color convert

RGB 118 191 35 -
CMYK 0.38 0 0.82 0.25
HSL 88.08º 0.69% 0.44% -
HSV(B) 88.08º 0.82% 0.75% -
XYZ 26.41 41.23 8.16 -
YUV 151.39 62.32 104.18 -
System Red Green Blue C M Y K H S L
Decimal 118 191 35 0.38 0 0.82 0.25 88.08 0.69 0.44
Hex 76 BF 23 26 0 52 19 58 45 2C
Octal 166 277 43 46 0 122 31 130 105 54
Binary 1110110 10111111 100011 100110 0 1010010 11001 1011000 1000101 101100

Color Harmonies of #76BF23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BF23

Black with #76BF23

Text Example


Text Example

White with #76BF23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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