#74C033

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

Shades of Lima #74C033

Tints of Lima #74C033

Color information

#74C033 (or 0x74C033) is unknown color: approx Lima. HEX triplet: 74, C0 and 33. RGB value is (116,192,51). Sum of RGB (Red+Green+Blue) = 116+192+51=359 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.31% from 359); Green value is 192 (75.39% from 255 or 53.48% from 359); Blue value is 51 (20.31% from 255 or 14.21% from 359); Max value from RGB is 192 - color contains mainly: green. Hex color #74C033 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C033 is #8B3FCC. Grayscale: #999999. Windows color (decimal): -9125837 or 3391604. OLE color: 3391604.

HSL color Cylindrical-coordinate representation of color #74C033: hue angle of 92.34º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #74C033 is Cyan = 0.40, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB11619251-
CMYK0.4000.730.25
HSL92.34º58.02%47.65%-
HSV(B)92.34º73.44%75.29%-
XYZ26.6541.659.77-
YUV153.270.32101.46-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.31%
GREEN value IS 192 (75.39% from 255) = 53.48%
BLUE value IS 51 (20.31% from 255) = 14.21%
R=32.31%
G=53.48%
B=14.21%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal116192510.4000.730.2592.3458.0247.65
Hex74C03328049195c3a30
Octal16430063500111311347260
Binary11101001100000011001110100001001001110011011100111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,192,51); }

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

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

 a { background-color: rgb(116,192,51); }

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

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

 span { border-color: rgb(116,192,51); }

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