Html Css Color HEX #74F205 Lawn Green

📋 copy color: '#74F205'

red 116 ◦ green 242 ◦ blue 5

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

Shades of Lawn Green #74F205

Tints of Lawn Green #74F205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.38%

R = 31.96%
G = 66.67%
B = 1.38%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#74F205 (or 0x74F205) is known color: Lawn Green. HEX triplet: 74, F2 and 05. RGB value is (116,242,5). Sum of RGB (Red+Green+Blue) = 116+242+5=363 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.96% from 363); Green value is 242 (94.92% from 255 or 66.67% from 363); Blue value is 5 (2.34% from 255 or 1.38% from 363); Max value from RGB is 242 - color contains mainly: green. Hex color #74F205 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #74F205 is #8B0DFA. Grayscale: #B2B2B2. Windows color (decimal): -9113083 or 389748. OLE color: 389748.

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

Color convert

RGB 116 242 5 -
CMYK 0.52 0 0.98 0.05
HSL 91.9º 0.96% 0.48% -
HSV(B) 91.9º 0.98% 0.95% -
XYZ 38.98 67.23 11.07 -
YUV 177.31 30.76 84.27 -
System Red Green Blue C M Y K H S L
Decimal 116 242 5 0.52 0 0.98 0.05 91.9 0.96 0.48
Hex 74 F2 5 34 0 62 5 5C 60 30
Octal 164 362 5 64 0 142 5 134 140 60
Binary 1110100 11110010 101 110100 0 1100010 101 1011100 1100000 110000

Color Harmonies of #74F205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74F205

Black with #74F205

Text Example


Text Example

White with #74F205

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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