#74D01A

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

Shades of Lima #74D01A

Tints of Lima #74D01A

Color information

#74D01A (or 0x74D01A) is unknown color: approx Lima. HEX triplet: 74, D0 and 1A. RGB value is (116,208,26). Sum of RGB (Red+Green+Blue) = 116+208+26=350 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.14% from 350); Green value is 208 (81.64% from 255 or 59.43% from 350); Blue value is 26 (10.55% from 255 or 7.43% from 350); Max value from RGB is 208 - color contains mainly: green. Hex color #74D01A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74D01A is #8B2FE5. Grayscale: #A0A0A0. Windows color (decimal): -9121766 or 1757300. OLE color: 1757300.

HSL color Cylindrical-coordinate representation of color #74D01A: hue angle of 90.33º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #74D01A is Cyan = 0.44, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB11620826-
CMYK0.4400.880.18
HSL90.33º77.78%45.88%-
HSV(B)90.33º87.5%81.57%-
XYZ29.9448.98.84-
YUV159.7452.5296.8-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.14%
GREEN value IS 208 (81.64% from 255) = 59.43%
BLUE value IS 26 (10.55% from 255) = 7.43%
R=33.14%
G=59.43%
B=7.43%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal116208260.4400.880.1890.3377.7845.88
Hex74D01A2C058125a4e2e
Octal164320325401302213211656
Binary11101001101000011010101100010110001001010110101001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74D01A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,208,26); }

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

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

 a { background-color: rgb(116,208,26); }

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

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

 span { border-color: rgb(116,208,26); }

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