#74C221

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

Shades of Lima #74C221

Tints of Lima #74C221

Color information

#74C221 (or 0x74C221) is unknown color: approx Lima. HEX triplet: 74, C2 and 21. RGB value is (116,194,33). Sum of RGB (Red+Green+Blue) = 116+194+33=343 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.82% from 343); Green value is 194 (76.17% from 255 or 56.56% from 343); Blue value is 33 (13.28% from 255 or 9.62% from 343); Max value from RGB is 194 - color contains mainly: green. Hex color #74C221 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C221 is #8B3DDE. Grayscale: #989898. Windows color (decimal): -9125343 or 2212468. OLE color: 2212468.

HSL color Cylindrical-coordinate representation of color #74C221: hue angle of 89.07º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #74C221 is Cyan = 0.40, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB11619433-
CMYK0.4000.830.24
HSL89.07º70.93%44.51%-
HSV(B)89.07º82.99%76.08%-
XYZ26.7742.418.21-
YUV152.3260.66102.09-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.82%
GREEN value IS 194 (76.17% from 255) = 56.56%
BLUE value IS 33 (13.28% from 255) = 9.62%
R=33.82%
G=56.56%
B=9.62%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal116194330.4000.830.2489.0770.9344.51
Hex74C221280531859472d
Octal164302415001233013110755
Binary111010011000010100001101000010100111100010110011000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,194,33); }

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

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

 a { background-color: rgb(116,194,33); }

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

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

 span { border-color: rgb(116,194,33); }

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