Html Css Color HEX #74D224 Lima

📋 copy color: '#74D224'

red 116 ◦ green 210 ◦ blue 36

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

Shades of Lima #74D224

Tints of Lima #74D224

RGB

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

 GREEN value IS 210 (82.42% from 255) = 58.01%

 BLUE value IS 36 (14.45% from 255) = 9.94%

R = 32.04%
G = 58.01%
B = 9.94%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#74D224 (or 0x74D224) is known color: Lima. HEX triplet: 74, D2 and 24. RGB value is (116,210,36). Sum of RGB (Red+Green+Blue) = 116+210+36=362 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.04% from 362); Green value is 210 (82.42% from 255 or 58.01% from 362); Blue value is 36 (14.45% from 255 or 9.94% from 362); Max value from RGB is 210 - color contains mainly: green. Hex color #74D224 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74D224 is #8B2DDB. Grayscale: #A2A2A2. Windows color (decimal): -9121244 or 2413172. OLE color: 2413172.

HSL color Cylindrical-coordinate representation of color #74D224: hue angle of 92.41º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #74D224 is Cyan = 0.45, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB 116 210 36 -
CMYK 0.45 0 0.83 0.18
HSL 92.41º 0.71% 0.48% -
HSV(B) 92.41º 0.83% 0.82% -
XYZ 30.57 49.93 9.7 -
YUV 162.06 56.86 95.15 -
System Red Green Blue C M Y K H S L
Decimal 116 210 36 0.45 0 0.83 0.18 92.41 0.71 0.48
Hex 74 D2 24 2D 0 53 12 5C 47 30
Octal 164 322 44 55 0 123 22 134 107 60
Binary 1110100 11010010 100100 101101 0 1010011 10010 1011100 1000111 110000

Color Harmonies of #74D224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D224

Black with #74D224

Text Example


Text Example

White with #74D224

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,210,36); }

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

background-color css

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

 a { background-color: rgb(116,210,36); }

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

border-color css

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

 span { border-color: rgb(116,210,36); }

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