Html Css Color HEX #76D02B Lima

📋 copy color: '#76D02B'

red 118 ◦ green 208 ◦ blue 43

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

Shades of Lima #76D02B

Tints of Lima #76D02B

RGB

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

 GREEN value IS 208 (81.64% from 255) = 56.37%

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

R = 31.98%
G = 56.37%
B = 11.65%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#76D02B (or 0x76D02B) is known color: Lima. HEX triplet: 76, D0 and 2B. RGB value is (118,208,43). Sum of RGB (Red+Green+Blue) = 118+208+43=369 (48% of max value = 765). Red value is 118 (46.48% from 255 or 31.98% from 369); Green value is 208 (81.64% from 255 or 56.37% from 369); Blue value is 43 (17.19% from 255 or 11.65% from 369); Max value from RGB is 208 - color contains mainly: green. Hex color #76D02B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76D02B is #892FD4. Grayscale: #A2A2A2. Windows color (decimal): -8990677 or 2871414. OLE color: 2871414.

HSL color Cylindrical-coordinate representation of color #76D02B: hue angle of 92.73º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #76D02B is Cyan = 0.43, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB 118 208 43 -
CMYK 0.43 0 0.79 0.18
HSL 92.73º 0.66% 0.49% -
HSV(B) 92.73º 0.79% 0.82% -
XYZ 30.46 49.14 10.16 -
YUV 162.28 60.68 96.42 -
System Red Green Blue C M Y K H S L
Decimal 118 208 43 0.43 0 0.79 0.18 92.73 0.66 0.49
Hex 76 D0 2B 2B 0 4F 12 5D 42 31
Octal 166 320 53 53 0 117 22 135 102 61
Binary 1110110 11010000 101011 101011 0 1001111 10010 1011101 1000010 110001

Color Harmonies of #76D02B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D02B

Black with #76D02B

Text Example


Text Example

White with #76D02B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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