Html Css Color HEX #74C920 Lima

📋 copy color: '#74C920'

red 116 ◦ green 201 ◦ blue 32

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

Shades of Lima #74C920

Tints of Lima #74C920

RGB

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

 GREEN value IS 201 (78.91% from 255) = 57.59%

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

R = 33.24%
G = 57.59%
B = 9.17%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#74C920 (or 0x74C920) is known color: Lima. HEX triplet: 74, C9 and 20. RGB value is (116,201,32). Sum of RGB (Red+Green+Blue) = 116+201+32=349 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.24% from 349); Green value is 201 (78.91% from 255 or 57.59% from 349); Blue value is 32 (12.89% from 255 or 9.17% from 349); Max value from RGB is 201 - color contains mainly: green. Hex color #74C920 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C920 is #8B36DF. Grayscale: #9C9C9C. Windows color (decimal): -9123552 or 2148724. OLE color: 2148724.

HSL color Cylindrical-coordinate representation of color #74C920: hue angle of 90.18º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #74C920 is Cyan = 0.42, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB 116 201 32 -
CMYK 0.42 0 0.84 0.21
HSL 90.18º 0.73% 0.46% -
HSV(B) 90.18º 0.84% 0.79% -
XYZ 28.35 45.59 8.67 -
YUV 156.32 57.84 99.24 -
System Red Green Blue C M Y K H S L
Decimal 116 201 32 0.42 0 0.84 0.21 90.18 0.73 0.46
Hex 74 C9 20 2A 0 54 15 5A 49 2E
Octal 164 311 40 52 0 124 25 132 111 56
Binary 1110100 11001001 100000 101010 0 1010100 10101 1011010 1001001 101110

Color Harmonies of #74C920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C920

Black with #74C920

Text Example


Text Example

White with #74C920

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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