Html Css Color HEX #74FD04 Lawn Green

📋 copy color: '#74FD04'

red 116 ◦ green 253 ◦ blue 4

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

Shades of Lawn Green #74FD04

Tints of Lawn Green #74FD04

RGB

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

 GREEN value IS 253 (99.22% from 255) = 67.83%

 BLUE value IS 4 (1.95% from 255) = 1.07%

R = 31.1%
G = 67.83%
B = 1.07%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#74FD04 (or 0x74FD04) is known color: Lawn Green. HEX triplet: 74, FD and 04. RGB value is (116,253,4). Sum of RGB (Red+Green+Blue) = 116+253+4=373 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.10% from 373); Green value is 253 (99.22% from 255 or 67.83% from 373); Blue value is 4 (1.95% from 255 or 1.07% from 373); Max value from RGB is 253 - color contains mainly: green. Hex color #74FD04 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #74FD04 is #8B02FB. Grayscale: #B8B8B8. Windows color (decimal): -9110268 or 327028. OLE color: 327028.

HSL color Cylindrical-coordinate representation of color #74FD04: hue angle of 93.01º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #74FD04 is Cyan = 0.54, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.

Color convert

RGB 116 253 4 -
CMYK 0.54 0 0.98 0.01
HSL 93.01º 0.98% 0.5% -
HSV(B) 93.01º 0.98% 0.99% -
XYZ 42.35 73.97 12.16 -
YUV 183.65 26.61 79.75 -
System Red Green Blue C M Y K H S L
Decimal 116 253 4 0.54 0 0.98 0.01 93.01 0.98 0.5
Hex 74 FD 4 36 0 62 1 5D 62 32
Octal 164 375 4 66 0 142 1 135 142 62
Binary 1110100 11111101 100 110110 0 1100010 1 1011101 1100010 110010

Color Harmonies of #74FD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74FD04

Black with #74FD04

Text Example


Text Example

White with #74FD04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,253,4); }

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

background-color css

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

 a { background-color: rgb(116,253,4); }

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

border-color css

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

 span { border-color: rgb(116,253,4); }

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