Html Css Color HEX #74D620 Lima

📋 copy color: '#74D620'

red 116 ◦ green 214 ◦ blue 32

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

Shades of Lima #74D620

Tints of Lima #74D620

RGB

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

 GREEN value IS 214 (83.98% from 255) = 59.12%

 BLUE value IS 32 (12.89% from 255) = 8.84%

R = 32.04%
G = 59.12%
B = 8.84%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#74D620 (or 0x74D620) is known color: Lima. HEX triplet: 74, D6 and 20. RGB value is (116,214,32). Sum of RGB (Red+Green+Blue) = 116+214+32=362 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.04% from 362); Green value is 214 (83.98% from 255 or 59.12% from 362); Blue value is 32 (12.89% from 255 or 8.84% from 362); Max value from RGB is 214 - color contains mainly: green. Hex color #74D620 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74D620 is #8B29DF. Grayscale: #A4A4A4. Windows color (decimal): -9120224 or 2152052. OLE color: 2152052.

HSL color Cylindrical-coordinate representation of color #74D620: hue angle of 92.31º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #74D620 is Cyan = 0.46, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 116 214 32 -
CMYK 0.46 0 0.85 0.16
HSL 92.31º 0.74% 0.48% -
HSV(B) 92.31º 0.85% 0.84% -
XYZ 31.51 51.91 9.73 -
YUV 163.95 53.53 93.8 -
System Red Green Blue C M Y K H S L
Decimal 116 214 32 0.46 0 0.85 0.16 92.31 0.74 0.48
Hex 74 D6 20 2E 0 55 10 5C 4A 30
Octal 164 326 40 56 0 125 20 134 112 60
Binary 1110100 11010110 100000 101110 0 1010101 10000 1011100 1001010 110000

Color Harmonies of #74D620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D620

Black with #74D620

Text Example


Text Example

White with #74D620

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,214,32); }

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

background-color css

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

 a { background-color: rgb(116,214,32); }

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

border-color css

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

 span { border-color: rgb(116,214,32); }

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