Html Css Color HEX #74F216 Lawn Green

📋 copy color: '#74F216'

red 116 ◦ green 242 ◦ blue 22

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

Shades of Lawn Green #74F216

Tints of Lawn Green #74F216

RGB

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

 GREEN value IS 242 (94.92% from 255) = 63.68%

 BLUE value IS 22 (8.98% from 255) = 5.79%

R = 30.53%
G = 63.68%
B = 5.79%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#74F216 (or 0x74F216) is known color: Lawn Green. HEX triplet: 74, F2 and 16. RGB value is (116,242,22). Sum of RGB (Red+Green+Blue) = 116+242+22=380 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.53% from 380); Green value is 242 (94.92% from 255 or 63.68% from 380); Blue value is 22 (8.98% from 255 or 5.79% from 380); Max value from RGB is 242 - color contains mainly: green. Hex color #74F216 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #74F216 is #8B0DE9. Grayscale: #B3B3B3. Windows color (decimal): -9113066 or 1503860. OLE color: 1503860.

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

Color convert

RGB 116 242 22 -
CMYK 0.52 0 0.91 0.05
HSL 94.36º 0.89% 0.52% -
HSV(B) 94.36º 0.91% 0.95% -
XYZ 39.1 67.28 11.68 -
YUV 179.25 39.26 82.89 -
System Red Green Blue C M Y K H S L
Decimal 116 242 22 0.52 0 0.91 0.05 94.36 0.89 0.52
Hex 74 F2 16 34 0 5B 5 5E 59 34
Octal 164 362 26 64 0 133 5 136 131 64
Binary 1110100 11110010 10110 110100 0 1011011 101 1011110 1011001 110100

Color Harmonies of #74F216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74F216

Black with #74F216

Text Example


Text Example

White with #74F216

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,242,22); }

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

background-color css

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

 a { background-color: rgb(116,242,22); }

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

border-color css

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

 span { border-color: rgb(116,242,22); }

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