Html Css Color HEX #76CE26 Lima

📋 copy color: '#76CE26'

red 118 ◦ green 206 ◦ blue 38

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

Shades of Lima #76CE26

Tints of Lima #76CE26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.5%

R = 32.6%
G = 56.91%
B = 10.5%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#76CE26 (or 0x76CE26) is known color: Lima. HEX triplet: 76, CE and 26. RGB value is (118,206,38). Sum of RGB (Red+Green+Blue) = 118+206+38=362 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.60% from 362); Green value is 206 (80.86% from 255 or 56.91% from 362); Blue value is 38 (15.23% from 255 or 10.50% from 362); Max value from RGB is 206 - color contains mainly: green. Hex color #76CE26 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76CE26 is #8931D9. Grayscale: #A1A1A1. Windows color (decimal): -8991194 or 2543222. OLE color: 2543222.

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

Color convert

RGB 118 206 38 -
CMYK 0.43 0 0.82 0.19
HSL 91.43º 0.69% 0.48% -
HSV(B) 91.43º 0.82% 0.81% -
XYZ 29.89 48.13 9.55 -
YUV 160.54 58.85 97.66 -
System Red Green Blue C M Y K H S L
Decimal 118 206 38 0.43 0 0.82 0.19 91.43 0.69 0.48
Hex 76 CE 26 2B 0 52 13 5B 45 30
Octal 166 316 46 53 0 122 23 133 105 60
Binary 1110110 11001110 100110 101011 0 1010010 10011 1011011 1000101 110000

Color Harmonies of #76CE26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CE26

Black with #76CE26

Text Example


Text Example

White with #76CE26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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