Html Css Color HEX #74F42D Lawn Green

📋 copy color: '#74F42D'

red 116 ◦ green 244 ◦ blue 45

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

Shades of Lawn Green #74F42D

Tints of Lawn Green #74F42D

RGB

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

 GREEN value IS 244 (95.7% from 255) = 60.25%

 BLUE value IS 45 (17.97% from 255) = 11.11%

R = 28.64%
G = 60.25%
B = 11.11%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#74F42D (or 0x74F42D) is known color: Lawn Green. HEX triplet: 74, F4 and 2D. RGB value is (116,244,45). Sum of RGB (Red+Green+Blue) = 116+244+45=405 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.64% from 405); Green value is 244 (95.70% from 255 or 60.25% from 405); Blue value is 45 (17.97% from 255 or 11.11% from 405); Max value from RGB is 244 - color contains mainly: green. Hex color #74F42D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74F42D is #8B0BD2. Grayscale: #B7B7B7. Windows color (decimal): -9112531 or 3011700. OLE color: 3011700.

HSL color Cylindrical-coordinate representation of color #74F42D: hue angle of 98.59º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #74F42D is Cyan = 0.52, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.

Color convert

RGB 116 244 45 -
CMYK 0.52 0 0.82 0.04
HSL 98.59º 0.9% 0.57% -
HSV(B) 98.59º 0.82% 0.96% -
XYZ 40.03 68.6 13.61 -
YUV 183.04 50.09 80.18 -
System Red Green Blue C M Y K H S L
Decimal 116 244 45 0.52 0 0.82 0.04 98.59 0.9 0.57
Hex 74 F4 2D 34 0 52 4 63 5A 39
Octal 164 364 55 64 0 122 4 143 132 71
Binary 1110100 11110100 101101 110100 0 1010010 100 1100011 1011010 111001

Color Harmonies of #74F42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74F42D

Black with #74F42D

Text Example


Text Example

White with #74F42D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,244,45); }

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

background-color css

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

 a { background-color: rgb(116,244,45); }

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

border-color css

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

 span { border-color: rgb(116,244,45); }

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