Html Css Color HEX #74DF1F Lawn Green

📋 copy color: '#74DF1F'

red 116 ◦ green 223 ◦ blue 31

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

Shades of Lawn Green #74DF1F

Tints of Lawn Green #74DF1F

RGB

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

 GREEN value IS 223 (87.5% from 255) = 60.27%

 BLUE value IS 31 (12.5% from 255) = 8.38%

R = 31.35%
G = 60.27%
B = 8.38%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#74DF1F (or 0x74DF1F) is known color: Lawn Green. HEX triplet: 74, DF and 1F. RGB value is (116,223,31). Sum of RGB (Red+Green+Blue) = 116+223+31=370 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.35% from 370); Green value is 223 (87.5% from 255 or 60.27% from 370); Blue value is 31 (12.5% from 255 or 8.38% from 370); Max value from RGB is 223 - color contains mainly: green. Hex color #74DF1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74DF1F is #8B20E0. Grayscale: #A9A9A9. Windows color (decimal): -9117921 or 2088820. OLE color: 2088820.

HSL color Cylindrical-coordinate representation of color #74DF1F: hue angle of 93.44º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #74DF1F is Cyan = 0.48, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 223 31 -
CMYK 0.48 0 0.86 0.13
HSL 93.44º 0.76% 0.5% -
HSV(B) 93.44º 0.86% 0.87% -
XYZ 33.84 56.59 10.44 -
YUV 169.12 50.05 90.11 -
System Red Green Blue C M Y K H S L
Decimal 116 223 31 0.48 0 0.86 0.13 93.44 0.76 0.5
Hex 74 DF 1F 30 0 56 D 5D 4C 32
Octal 164 337 37 60 0 126 15 135 114 62
Binary 1110100 11011111 11111 110000 0 1010110 1101 1011101 1001100 110010

Color Harmonies of #74DF1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DF1F

Black with #74DF1F

Text Example


Text Example

White with #74DF1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,223,31); }

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

background-color css

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

 a { background-color: rgb(116,223,31); }

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

border-color css

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

 span { border-color: rgb(116,223,31); }

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