Html Css Color HEX #74F61A Lawn Green

📋 copy color: '#74F61A'

red 116 ◦ green 246 ◦ blue 26

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

Shades of Lawn Green #74F61A

Tints of Lawn Green #74F61A

RGB

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

 GREEN value IS 246 (96.48% from 255) = 63.4%

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

R = 29.9%
G = 63.4%
B = 6.7%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#74F61A (or 0x74F61A) is known color: Lawn Green. HEX triplet: 74, F6 and 1A. RGB value is (116,246,26). Sum of RGB (Red+Green+Blue) = 116+246+26=388 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.90% from 388); Green value is 246 (96.48% from 255 or 63.40% from 388); Blue value is 26 (10.55% from 255 or 6.70% from 388); Max value from RGB is 246 - color contains mainly: green. Hex color #74F61A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74F61A is #8B09E5. Grayscale: #B6B6B6. Windows color (decimal): -9112038 or 1767028. OLE color: 1767028.

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

Color convert

RGB 116 246 26 -
CMYK 0.53 0 0.89 0.04
HSL 95.45º 0.92% 0.53% -
HSV(B) 95.45º 0.89% 0.96% -
XYZ 40.34 69.7 12.3 -
YUV 182.05 39.93 80.89 -
System Red Green Blue C M Y K H S L
Decimal 116 246 26 0.53 0 0.89 0.04 95.45 0.92 0.53
Hex 74 F6 1A 35 0 59 4 5F 5C 35
Octal 164 366 32 65 0 131 4 137 134 65
Binary 1110100 11110110 11010 110101 0 1011001 100 1011111 1011100 110101

Color Harmonies of #74F61A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74F61A

Black with #74F61A

Text Example


Text Example

White with #74F61A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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