Html Css Color HEX #74DC21 Lawn Green

📋 copy color: '#74DC21'

red 116 ◦ green 220 ◦ blue 33

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

Shades of Lawn Green #74DC21

Tints of Lawn Green #74DC21

RGB

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

 GREEN value IS 220 (86.33% from 255) = 59.62%

 BLUE value IS 33 (13.28% from 255) = 8.94%

R = 31.44%
G = 59.62%
B = 8.94%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#74DC21 (or 0x74DC21) is known color: Lawn Green. HEX triplet: 74, DC and 21. RGB value is (116,220,33). Sum of RGB (Red+Green+Blue) = 116+220+33=369 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.44% from 369); Green value is 220 (86.33% from 255 or 59.62% from 369); Blue value is 33 (13.28% from 255 or 8.94% from 369); Max value from RGB is 220 - color contains mainly: green. Hex color #74DC21 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74DC21 is #8B23DE. Grayscale: #A8A8A8. Windows color (decimal): -9118687 or 2219124. OLE color: 2219124.

HSL color Cylindrical-coordinate representation of color #74DC21: hue angle of 93.37º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #74DC21 is Cyan = 0.47, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 116 220 33 -
CMYK 0.47 0 0.85 0.14
HSL 93.37º 0.74% 0.5% -
HSV(B) 93.37º 0.85% 0.86% -
XYZ 33.07 55.01 10.31 -
YUV 167.59 52.04 91.21 -
System Red Green Blue C M Y K H S L
Decimal 116 220 33 0.47 0 0.85 0.14 93.37 0.74 0.5
Hex 74 DC 21 2F 0 55 E 5D 4A 32
Octal 164 334 41 57 0 125 16 135 112 62
Binary 1110100 11011100 100001 101111 0 1010101 1110 1011101 1001010 110010

Color Harmonies of #74DC21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DC21

Black with #74DC21

Text Example


Text Example

White with #74DC21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,220,33); }

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

background-color css

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

 a { background-color: rgb(116,220,33); }

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

border-color css

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

 span { border-color: rgb(116,220,33); }

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