#74CE21

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

Shades of Lima #74CE21

Tints of Lima #74CE21

Color information

#74CE21 (or 0x74CE21) is unknown color: approx Lima. HEX triplet: 74, CE and 21. RGB value is (116,206,33). Sum of RGB (Red+Green+Blue) = 116+206+33=355 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.68% from 355); Green value is 206 (80.86% from 255 or 58.03% from 355); Blue value is 33 (13.28% from 255 or 9.30% from 355); Max value from RGB is 206 - color contains mainly: green. Hex color #74CE21 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74CE21 is #8B31DE. Grayscale: #9F9F9F. Windows color (decimal): -9122271 or 2215540. OLE color: 2215540.

HSL color Cylindrical-coordinate representation of color #74CE21: hue angle of 91.21º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #74CE21 is Cyan = 0.44, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.

Color convert

RGB11620633-
CMYK0.4400.840.19
HSL91.21º72.38%46.86%-
HSV(B)91.21º83.98%80.78%-
XYZ29.5547.979.14-
YUV159.3756.6897.07-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.68%
GREEN value IS 206 (80.86% from 255) = 58.03%
BLUE value IS 33 (13.28% from 255) = 9.30%
R=32.68%
G=58.03%
B=9.30%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal116206330.4400.840.1991.2172.3846.86
Hex74CE212C054135b482f
Octal164316415401242313311057
Binary111010011001110100001101100010101001001110110111001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74CE21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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