Html Css Color HEX #74F31A Lawn Green

📋 copy color: '#74F31A'

red 116 ◦ green 243 ◦ blue 26

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

Shades of Lawn Green #74F31A

Tints of Lawn Green #74F31A

RGB

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

 GREEN value IS 243 (95.31% from 255) = 63.12%

 BLUE value IS 26 (10.55% from 255) = 6.75%

R = 30.13%
G = 63.12%
B = 6.75%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#74F31A (or 0x74F31A) is known color: Lawn Green. HEX triplet: 74, F3 and 1A. RGB value is (116,243,26). Sum of RGB (Red+Green+Blue) = 116+243+26=385 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.13% from 385); Green value is 243 (95.31% from 255 or 63.12% from 385); Blue value is 26 (10.55% from 255 or 6.75% from 385); Max value from RGB is 243 - color contains mainly: green. Hex color #74F31A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74F31A is #8B0CE5. Grayscale: #B5B5B5. Windows color (decimal): -9112806 or 1766260. OLE color: 1766260.

HSL color Cylindrical-coordinate representation of color #74F31A: hue angle of 95.12º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #74F31A is Cyan = 0.52, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.

Color convert

RGB 116 243 26 -
CMYK 0.52 0 0.89 0.05
HSL 95.12º 0.9% 0.53% -
HSV(B) 95.12º 0.89% 0.95% -
XYZ 39.44 67.89 12 -
YUV 180.29 40.92 82.14 -
System Red Green Blue C M Y K H S L
Decimal 116 243 26 0.52 0 0.89 0.05 95.12 0.9 0.53
Hex 74 F3 1A 34 0 59 5 5F 5A 35
Octal 164 363 32 64 0 131 5 137 132 65
Binary 1110100 11110011 11010 110100 0 1011001 101 1011111 1011010 110101

Color Harmonies of #74F31A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74F31A

Black with #74F31A

Text Example


Text Example

White with #74F31A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,243,26); }

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

background-color css

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

 a { background-color: rgb(116,243,26); }

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

border-color css

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

 span { border-color: rgb(116,243,26); }

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