Html Css Color HEX #74D416 Lima

📋 copy color: '#74D416'

red 116 ◦ green 212 ◦ blue 22

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

Shades of Lima #74D416

Tints of Lima #74D416

RGB

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

 GREEN value IS 212 (83.2% from 255) = 60.57%

 BLUE value IS 22 (8.98% from 255) = 6.29%

R = 33.14%
G = 60.57%
B = 6.29%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#74D416 (or 0x74D416) is known color: Lima. HEX triplet: 74, D4 and 16. RGB value is (116,212,22). Sum of RGB (Red+Green+Blue) = 116+212+22=350 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.14% from 350); Green value is 212 (83.20% from 255 or 60.57% from 350); Blue value is 22 (8.98% from 255 or 6.29% from 350); Max value from RGB is 212 - color contains mainly: green. Hex color #74D416 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74D416 is #8B2BE9. Grayscale: #A2A2A2. Windows color (decimal): -9120746 or 1496180. OLE color: 1496180.

HSL color Cylindrical-coordinate representation of color #74D416: hue angle of 90.32º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #74D416 is Cyan = 0.45, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB 116 212 22 -
CMYK 0.45 0 0.90 0.17
HSL 90.32º 0.81% 0.46% -
HSV(B) 90.32º 0.9% 0.83% -
XYZ 30.89 50.86 8.95 -
YUV 161.64 49.2 95.45 -
System Red Green Blue C M Y K H S L
Decimal 116 212 22 0.45 0 0.90 0.17 90.32 0.81 0.46
Hex 74 D4 16 2D 0 5A 11 5A 51 2E
Octal 164 324 26 55 0 132 21 132 121 56
Binary 1110100 11010100 10110 101101 0 1011010 10001 1011010 1010001 101110

Color Harmonies of #74D416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D416

Black with #74D416

Text Example


Text Example

White with #74D416

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,212,22); }

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

background-color css

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

 a { background-color: rgb(116,212,22); }

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

border-color css

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

 span { border-color: rgb(116,212,22); }

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