Html Css Color HEX #74F122 Lawn Green

📋 copy color: '#74F122'

red 116 ◦ green 241 ◦ blue 34

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

Shades of Lawn Green #74F122

Tints of Lawn Green #74F122

RGB

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

 GREEN value IS 241 (94.53% from 255) = 61.64%

 BLUE value IS 34 (13.67% from 255) = 8.7%

R = 29.67%
G = 61.64%
B = 8.7%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#74F122 (or 0x74F122) is known color: Lawn Green. HEX triplet: 74, F1 and 22. RGB value is (116,241,34). Sum of RGB (Red+Green+Blue) = 116+241+34=391 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.67% from 391); Green value is 241 (94.53% from 255 or 61.64% from 391); Blue value is 34 (13.67% from 255 or 8.70% from 391); Max value from RGB is 241 - color contains mainly: green. Hex color #74F122 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74F122 is #8B0EDD. Grayscale: #B4B4B4. Windows color (decimal): -9113310 or 2290036. OLE color: 2290036.

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

Color convert

RGB 116 241 34 -
CMYK 0.52 0 0.86 0.05
HSL 96.23º 0.88% 0.54% -
HSV(B) 96.23º 0.86% 0.95% -
XYZ 38.95 66.74 12.34 -
YUV 180.03 45.59 82.33 -
System Red Green Blue C M Y K H S L
Decimal 116 241 34 0.52 0 0.86 0.05 96.23 0.88 0.54
Hex 74 F1 22 34 0 56 5 60 58 36
Octal 164 361 42 64 0 126 5 140 130 66
Binary 1110100 11110001 100010 110100 0 1010110 101 1100000 1011000 110110

Color Harmonies of #74F122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74F122

Black with #74F122

Text Example


Text Example

White with #74F122

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,241,34); }

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

background-color css

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

 a { background-color: rgb(116,241,34); }

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

border-color css

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

 span { border-color: rgb(116,241,34); }

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