Html Css Color HEX #74D200 Lawn Green

📋 copy color: '#74D200'

red 116 ◦ green 210 ◦ blue 0

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

Shades of Lawn Green #74D200

Tints of Lawn Green #74D200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 35.58%
G = 64.42%
B = 0%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#74D200 (or 0x74D200) is known color: Lawn Green. HEX triplet: 74, D2 and 00. RGB value is (116,210,0). Sum of RGB (Red+Green+Blue) = 116+210+0=326 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.58% from 326); Green value is 210 (82.42% from 255 or 64.42% from 326); Blue value is 0 (0.39% from 255 or 0% from 326); Max value from RGB is 210 - color contains mainly: green. Hex color #74D200 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74D200 is #8B2DFF. Grayscale: #9E9E9E. Windows color (decimal): -9121280 or 53876. OLE color: 53876.

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

Color convert

RGB 116 210 0 -
CMYK 0.45 0 1 0.18
HSL 86.86º 1% 0.41% -
HSV(B) 86.86º 1% 0.82% -
XYZ 30.25 49.81 8.02 -
YUV 157.95 38.86 98.08 -
System Red Green Blue C M Y K H S L
Decimal 116 210 0 0.45 0 1 0.18 86.86 1 0.41
Hex 74 D2 0 2D 0 64 12 57 64 29
Octal 164 322 0 55 0 144 22 127 144 51
Binary 1110100 11010010 0 101101 0 1100100 10010 1010111 1100100 101001

Color Harmonies of #74D200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D200

Black with #74D200

Text Example


Text Example

White with #74D200

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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