#74C31E

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

Shades of Lima #74C31E

Tints of Lima #74C31E

Color information

#74C31E (or 0x74C31E) is unknown color: approx Lima. HEX triplet: 74, C3 and 1E. RGB value is (116,195,30). Sum of RGB (Red+Green+Blue) = 116+195+30=341 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.02% from 341); Green value is 195 (76.56% from 255 or 57.18% from 341); Blue value is 30 (12.11% from 255 or 8.80% from 341); Max value from RGB is 195 - color contains mainly: green. Hex color #74C31E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C31E is #8B3CE1. Grayscale: #999999. Windows color (decimal): -9125090 or 2016116. OLE color: 2016116.

HSL color Cylindrical-coordinate representation of color #74C31E: hue angle of 88.73º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #74C31E is Cyan = 0.41, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB11619530-
CMYK0.4100.850.24
HSL88.73º73.33%44.12%-
HSV(B)88.73º84.62%76.47%-
XYZ26.9542.848.08-
YUV152.5758.83101.92-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.02%
GREEN value IS 195 (76.56% from 255) = 57.18%
BLUE value IS 30 (12.11% from 255) = 8.80%
R=34.02%
G=57.18%
B=8.80%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal116195300.4100.850.2488.7373.3344.12
Hex74C31E290551859492c
Octal164303365101253013111154
Binary11101001100001111110101001010101011100010110011001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C31E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74C31E; }

 p { color: rgb(116,195,30); }

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

<style>
 a { background-color: #74C31E; }

 a { background-color: rgb(116,195,30); }

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

<style>
 span { border-color: #74C31E; }

 span { border-color: rgb(116,195,30); }

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