Html Css Color HEX #74D128 Lima

📋 copy color: '#74D128'

red 116 ◦ green 209 ◦ blue 40

#74D128
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lima #74D128

Tints of Lima #74D128

RGB

 RED value IS 116 (45.7% from 255) = 31.78%

 GREEN value IS 209 (82.03% from 255) = 57.26%

 BLUE value IS 40 (16.02% from 255) = 10.96%

R = 31.78%
G = 57.26%
B = 10.96%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#74D128 (or 0x74D128) is known color: Lima. HEX triplet: 74, D1 and 28. RGB value is (116,209,40). Sum of RGB (Red+Green+Blue) = 116+209+40=365 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.78% from 365); Green value is 209 (82.03% from 255 or 57.26% from 365); Blue value is 40 (16.02% from 255 or 10.96% from 365); Max value from RGB is 209 - color contains mainly: green. Hex color #74D128 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74D128 is #8B2ED7. Grayscale: #A2A2A2. Windows color (decimal): -9121496 or 2675060. OLE color: 2675060.

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

Color convert

RGB 116 209 40 -
CMYK 0.44 0 0.81 0.18
HSL 93.02º 0.68% 0.49% -
HSV(B) 93.02º 0.81% 0.82% -
XYZ 30.39 49.47 9.95 -
YUV 161.93 59.19 95.24 -
System Red Green Blue C M Y K H S L
Decimal 116 209 40 0.44 0 0.81 0.18 93.02 0.68 0.49
Hex 74 D1 28 2C 0 51 12 5D 44 31
Octal 164 321 50 54 0 121 22 135 104 61
Binary 1110100 11010001 101000 101100 0 1010001 10010 1011101 1000100 110001

Color Harmonies of #74D128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D128

Black with #74D128

Text Example


Text Example

White with #74D128

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,209,40); }

 H1.HeaderClassName
 {
   color: #74D128;
 }
 .AnyTagClassName
 {
   color: #74D128;
 }
</style>

background-color css

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

 a { background-color: rgb(116,209,40); }

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

border-color css

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

 span { border-color: rgb(116,209,40); }

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