#74CE2D

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

Shades of Lima #74CE2D

Tints of Lima #74CE2D

Color information

#74CE2D (or 0x74CE2D) is unknown color: approx Lima. HEX triplet: 74, CE and 2D. RGB value is (116,206,45). Sum of RGB (Red+Green+Blue) = 116+206+45=367 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.61% from 367); Green value is 206 (80.86% from 255 or 56.13% from 367); Blue value is 45 (17.97% from 255 or 12.26% from 367); Max value from RGB is 206 - color contains mainly: green. Hex color #74CE2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74CE2D is #8B31D2. Grayscale: #A1A1A1. Windows color (decimal): -9122259 or 3001972. OLE color: 3001972.

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

Color convert

RGB11620645-
CMYK0.4400.780.19
HSL93.54º64.14%49.22%-
HSV(B)93.54º78.16%80.78%-
XYZ29.7548.0510.19-
YUV160.7462.6896.09-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.61%
GREEN value IS 206 (80.86% from 255) = 56.13%
BLUE value IS 45 (17.97% from 255) = 12.26%
R=31.61%
G=56.13%
B=12.26%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal116206450.4400.780.1993.5464.1449.22
Hex74CE2D2C04E135e4031
Octal164316555401162313610061
Binary111010011001110101101101100010011101001110111101000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74CE2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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