#74CC22

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

Shades of Lima #74CC22

Tints of Lima #74CC22

Color information

#74CC22 (or 0x74CC22) is unknown color: approx Lima. HEX triplet: 74, CC and 22. RGB value is (116,204,34). Sum of RGB (Red+Green+Blue) = 116+204+34=354 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.77% from 354); Green value is 204 (80.08% from 255 or 57.63% from 354); Blue value is 34 (13.67% from 255 or 9.60% from 354); Max value from RGB is 204 - color contains mainly: green. Hex color #74CC22 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74CC22 is #8B33DD. Grayscale: #9E9E9E. Windows color (decimal): -9122782 or 2280564. OLE color: 2280564.

HSL color Cylindrical-coordinate representation of color #74CC22: hue angle of 91.06º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #74CC22 is Cyan = 0.43, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.2.

Color convert

RGB11620434-
CMYK0.4300.830.2
HSL91.06º71.43%46.67%-
HSV(B)91.06º83.33%80%-
XYZ29.0847.019.06-
YUV158.3157.8597.82-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.77%
GREEN value IS 204 (80.08% from 255) = 57.63%
BLUE value IS 34 (13.67% from 255) = 9.60%
R=32.77%
G=57.63%
B=9.60%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal116204340.4300.830.291.0671.4346.67
Hex74CC222B053145b472f
Octal164314425301232413310757
Binary111010011001100100010101011010100111010010110111000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74CC22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,204,34); }

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

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

 a { background-color: rgb(116,204,34); }

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

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

 span { border-color: rgb(116,204,34); }

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