Html Css Color HEX #76CE2F Lima

📋 copy color: '#76CE2F'

red 118 ◦ green 206 ◦ blue 47

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

Shades of Lima #76CE2F

Tints of Lima #76CE2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.67%

R = 31.81%
G = 55.53%
B = 12.67%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#76CE2F (or 0x76CE2F) is known color: Lima. HEX triplet: 76, CE and 2F. RGB value is (118,206,47). Sum of RGB (Red+Green+Blue) = 118+206+47=371 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.81% from 371); Green value is 206 (80.86% from 255 or 55.53% from 371); Blue value is 47 (18.75% from 255 or 12.67% from 371); Max value from RGB is 206 - color contains mainly: green. Hex color #76CE2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76CE2F is #8931D0. Grayscale: #A2A2A2. Windows color (decimal): -8991185 or 3133046. OLE color: 3133046.

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

Color convert

RGB 118 206 47 -
CMYK 0.43 0 0.77 0.19
HSL 93.21º 0.63% 0.5% -
HSV(B) 93.21º 0.77% 0.81% -
XYZ 30.06 48.2 10.41 -
YUV 161.56 63.35 96.93 -
System Red Green Blue C M Y K H S L
Decimal 118 206 47 0.43 0 0.77 0.19 93.21 0.63 0.5
Hex 76 CE 2F 2B 0 4D 13 5D 3F 32
Octal 166 316 57 53 0 115 23 135 77 62
Binary 1110110 11001110 101111 101011 0 1001101 10011 1011101 111111 110010

Color Harmonies of #76CE2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CE2F

Black with #76CE2F

Text Example


Text Example

White with #76CE2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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