Html Css Color HEX #76CE2D Lima

📋 copy color: '#76CE2D'

red 118 ◦ green 206 ◦ blue 45

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

Shades of Lima #76CE2D

Tints of Lima #76CE2D

RGB

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

 GREEN value IS 206 (80.86% from 255) = 55.83%

 BLUE value IS 45 (17.97% from 255) = 12.2%

R = 31.98%
G = 55.83%
B = 12.2%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#76CE2D (or 0x76CE2D) is known color: Lima. HEX triplet: 76, CE and 2D. RGB value is (118,206,45). Sum of RGB (Red+Green+Blue) = 118+206+45=369 (48% of max value = 765). Red value is 118 (46.48% from 255 or 31.98% from 369); Green value is 206 (80.86% from 255 or 55.83% from 369); Blue value is 45 (17.97% from 255 or 12.20% from 369); Max value from RGB is 206 - color contains mainly: green. Hex color #76CE2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76CE2D is #8931D2. Grayscale: #A1A1A1. Windows color (decimal): -8991187 or 3001974. OLE color: 3001974.

HSL color Cylindrical-coordinate representation of color #76CE2D: hue angle of 92.8º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #76CE2D is Cyan = 0.43, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB 118 206 45 -
CMYK 0.43 0 0.78 0.19
HSL 92.8º 0.64% 0.49% -
HSV(B) 92.8º 0.78% 0.81% -
XYZ 30.02 48.18 10.2 -
YUV 161.33 62.35 97.09 -
System Red Green Blue C M Y K H S L
Decimal 118 206 45 0.43 0 0.78 0.19 92.8 0.64 0.49
Hex 76 CE 2D 2B 0 4E 13 5D 40 31
Octal 166 316 55 53 0 116 23 135 100 61
Binary 1110110 11001110 101101 101011 0 1001110 10011 1011101 1000000 110001

Color Harmonies of #76CE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CE2D

Black with #76CE2D

Text Example


Text Example

White with #76CE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,206,45); }

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

background-color css

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

 a { background-color: rgb(118,206,45); }

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

border-color css

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

 span { border-color: rgb(118,206,45); }

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