Html Css Color HEX #74D110 Lima

📋 copy color: '#74D110'

red 116 ◦ green 209 ◦ blue 16

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

Shades of Lima #74D110

Tints of Lima #74D110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.69%

R = 34.02%
G = 61.29%
B = 4.69%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#74D110 (or 0x74D110) is known color: Lima. HEX triplet: 74, D1 and 10. RGB value is (116,209,16). Sum of RGB (Red+Green+Blue) = 116+209+16=341 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.02% from 341); Green value is 209 (82.03% from 255 or 61.29% from 341); Blue value is 16 (6.64% from 255 or 4.69% from 341); Max value from RGB is 209 - color contains mainly: green. Hex color #74D110 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74D110 is #8B2EEF. Grayscale: #9F9F9F. Windows color (decimal): -9121520 or 1102196. OLE color: 1102196.

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

Color convert

RGB 116 209 16 -
CMYK 0.44 0 0.92 0.18
HSL 88.91º 0.86% 0.44% -
HSV(B) 88.91º 0.92% 0.82% -
XYZ 30.1 49.35 8.43 -
YUV 159.19 47.19 97.19 -
System Red Green Blue C M Y K H S L
Decimal 116 209 16 0.44 0 0.92 0.18 88.91 0.86 0.44
Hex 74 D1 10 2C 0 5C 12 59 56 2C
Octal 164 321 20 54 0 134 22 131 126 54
Binary 1110100 11010001 10000 101100 0 1011100 10010 1011001 1010110 101100

Color Harmonies of #74D110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D110

Black with #74D110

Text Example


Text Example

White with #74D110

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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