#76CC25

Color #76CC25 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #76CC25

Tints of Lima #76CC25

Color information

#76CC25 (or 0x76CC25) is unknown color: approx Lima. HEX triplet: 76, CC and 25. RGB value is (118,204,37). Sum of RGB (Red+Green+Blue) = 118+204+37=359 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.87% from 359); Green value is 204 (80.08% from 255 or 56.82% from 359); Blue value is 37 (14.84% from 255 or 10.31% from 359); Max value from RGB is 204 - color contains mainly: green. Hex color #76CC25 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76CC25 is #8933DA. Grayscale: #9F9F9F. Windows color (decimal): -8991707 or 2477174. OLE color: 2477174.

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

Color convert

RGB11820437-
CMYK0.4200.820.2
HSL90.9º69.29%47.25%-
HSV(B)90.9º81.86%80%-
XYZ29.447.179.31-
YUV159.2559.0198.58-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.87%
GREEN value IS 204 (80.08% from 255) = 56.82%
BLUE value IS 37 (14.84% from 255) = 10.31%
R=32.87%
G=56.82%
B=10.31%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal118204370.4200.820.290.969.2947.25
Hex76CC252A052145b452f
Octal166314455201222413310557
Binary111011011001100100101101010010100101010010110111000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76CC25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #76CC25;
 }
 .AnyTagClassName
 {
   color: #76CC25;
 }
</style>
background-color css

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

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

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

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

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

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