Html Css Color HEX #74F30F Lawn Green

📋 copy color: '#74F30F'

red 116 ◦ green 243 ◦ blue 15

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

Shades of Lawn Green #74F30F

Tints of Lawn Green #74F30F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.01%

R = 31.02%
G = 64.97%
B = 4.01%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#74F30F (or 0x74F30F) is known color: Lawn Green. HEX triplet: 74, F3 and 0F. RGB value is (116,243,15). Sum of RGB (Red+Green+Blue) = 116+243+15=374 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.02% from 374); Green value is 243 (95.31% from 255 or 64.97% from 374); Blue value is 15 (6.25% from 255 or 4.01% from 374); Max value from RGB is 243 - color contains mainly: green. Hex color #74F30F is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #74F30F is #8B0CF0. Grayscale: #B3B3B3. Windows color (decimal): -9112817 or 1045364. OLE color: 1045364.

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

Color convert

RGB 116 243 15 -
CMYK 0.52 0 0.94 0.05
HSL 93.42º 0.9% 0.51% -
HSV(B) 93.42º 0.94% 0.95% -
XYZ 39.34 67.85 11.47 -
YUV 179.04 35.42 83.04 -
System Red Green Blue C M Y K H S L
Decimal 116 243 15 0.52 0 0.94 0.05 93.42 0.9 0.51
Hex 74 F3 F 34 0 5E 5 5D 5A 33
Octal 164 363 17 64 0 136 5 135 132 63
Binary 1110100 11110011 1111 110100 0 1011110 101 1011101 1011010 110011

Color Harmonies of #74F30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74F30F

Black with #74F30F

Text Example


Text Example

White with #74F30F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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