Html Css Color HEX #76CE27 Lima

📋 copy color: '#76CE27'

red 118 ◦ green 206 ◦ blue 39

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

Shades of Lima #76CE27

Tints of Lima #76CE27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.74%

R = 32.51%
G = 56.75%
B = 10.74%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#76CE27 (or 0x76CE27) is known color: Lima. HEX triplet: 76, CE and 27. RGB value is (118,206,39). Sum of RGB (Red+Green+Blue) = 118+206+39=363 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.51% from 363); Green value is 206 (80.86% from 255 or 56.75% from 363); Blue value is 39 (15.62% from 255 or 10.74% from 363); Max value from RGB is 206 - color contains mainly: green. Hex color #76CE27 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76CE27 is #8931D8. Grayscale: #A1A1A1. Windows color (decimal): -8991193 or 2608758. OLE color: 2608758.

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

Color convert

RGB 118 206 39 -
CMYK 0.43 0 0.81 0.19
HSL 91.62º 0.68% 0.48% -
HSV(B) 91.62º 0.81% 0.81% -
XYZ 29.91 48.14 9.64 -
YUV 160.65 59.35 97.58 -
System Red Green Blue C M Y K H S L
Decimal 118 206 39 0.43 0 0.81 0.19 91.62 0.68 0.48
Hex 76 CE 27 2B 0 51 13 5C 44 30
Octal 166 316 47 53 0 121 23 134 104 60
Binary 1110110 11001110 100111 101011 0 1010001 10011 1011100 1000100 110000

Color Harmonies of #76CE27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CE27

Black with #76CE27

Text Example


Text Example

White with #76CE27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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