Html Css Color HEX #74F528 Lawn Green

📋 copy color: '#74F528'

red 116 ◦ green 245 ◦ blue 40

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

Shades of Lawn Green #74F528

Tints of Lawn Green #74F528

RGB

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

 GREEN value IS 245 (96.09% from 255) = 61.1%

 BLUE value IS 40 (16.02% from 255) = 9.98%

R = 28.93%
G = 61.1%
B = 9.98%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#74F528 (or 0x74F528) is known color: Lawn Green. HEX triplet: 74, F5 and 28. RGB value is (116,245,40). Sum of RGB (Red+Green+Blue) = 116+245+40=401 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.93% from 401); Green value is 245 (96.09% from 255 or 61.10% from 401); Blue value is 40 (16.02% from 255 or 9.98% from 401); Max value from RGB is 245 - color contains mainly: green. Hex color #74F528 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74F528 is #8B0AD7. Grayscale: #B7B7B7. Windows color (decimal): -9112280 or 2684276. OLE color: 2684276.

HSL color Cylindrical-coordinate representation of color #74F528: hue angle of 97.76º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #74F528 is Cyan = 0.53, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.

Color convert

RGB 116 245 40 -
CMYK 0.53 0 0.84 0.04
HSL 97.76º 0.91% 0.56% -
HSV(B) 97.76º 0.84% 0.96% -
XYZ 40.24 69.17 13.24 -
YUV 183.06 47.26 80.17 -
System Red Green Blue C M Y K H S L
Decimal 116 245 40 0.53 0 0.84 0.04 97.76 0.91 0.56
Hex 74 F5 28 35 0 54 4 62 5B 38
Octal 164 365 50 65 0 124 4 142 133 70
Binary 1110100 11110101 101000 110101 0 1010100 100 1100010 1011011 111000

Color Harmonies of #74F528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74F528

Black with #74F528

Text Example


Text Example

White with #74F528

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,245,40); }

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

background-color css

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

 a { background-color: rgb(116,245,40); }

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

border-color css

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

 span { border-color: rgb(116,245,40); }

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