Html Css Color HEX #76CC26 Lima

📋 copy color: '#76CC26'

red 118 ◦ green 204 ◦ blue 38

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

Shades of Lima #76CC26

Tints of Lima #76CC26

RGB

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

 GREEN value IS 204 (80.08% from 255) = 56.67%

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

R = 32.78%
G = 56.67%
B = 10.56%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#76CC26 (or 0x76CC26) is known color: Lima. HEX triplet: 76, CC and 26. RGB value is (118,204,38). Sum of RGB (Red+Green+Blue) = 118+204+38=360 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.78% from 360); Green value is 204 (80.08% from 255 or 56.67% from 360); Blue value is 38 (15.23% from 255 or 10.56% from 360); Max value from RGB is 204 - color contains mainly: green. Hex color #76CC26 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76CC26 is #8933D9. Grayscale: #9F9F9F. Windows color (decimal): -8991706 or 2542710. OLE color: 2542710.

HSL color Cylindrical-coordinate representation of color #76CC26: hue angle of 91.08º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #76CC26 is Cyan = 0.42, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.2.

Color convert

RGB 118 204 38 -
CMYK 0.42 0 0.81 0.2
HSL 91.08º 0.69% 0.47% -
HSV(B) 91.08º 0.81% 0.8% -
XYZ 29.41 47.18 9.39 -
YUV 159.36 59.51 98.5 -
System Red Green Blue C M Y K H S L
Decimal 118 204 38 0.42 0 0.81 0.2 91.08 0.69 0.47
Hex 76 CC 26 2A 0 51 14 5B 45 2F
Octal 166 314 46 52 0 121 24 133 105 57
Binary 1110110 11001100 100110 101010 0 1010001 10100 1011011 1000101 101111

Color Harmonies of #76CC26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CC26

Black with #76CC26

Text Example


Text Example

White with #76CC26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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