Html Css Color HEX #74DD01 Lawn Green

📋 copy color: '#74DD01'

red 116 ◦ green 221 ◦ blue 1

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

Shades of Lawn Green #74DD01

Tints of Lawn Green #74DD01

RGB

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

 GREEN value IS 221 (86.72% from 255) = 65.38%

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 34.32%
G = 65.38%
B = 0.3%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#74DD01 (or 0x74DD01) is known color: Lawn Green. HEX triplet: 74, DD and 01. RGB value is (116,221,1). Sum of RGB (Red+Green+Blue) = 116+221+1=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 221 (86.72% from 255 or 65.38% from 338); Blue value is 1 (0.78% from 255 or 0.30% from 338); Max value from RGB is 221 - color contains mainly: green. Hex color #74DD01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74DD01 is #8B22FE. Grayscale: #A5A5A5. Windows color (decimal): -9118463 or 122228. OLE color: 122228.

HSL color Cylindrical-coordinate representation of color #74DD01: hue angle of 88.64º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #74DD01 is Cyan = 0.48, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 221 1 -
CMYK 0.48 0 1.00 0.13
HSL 88.64º 0.99% 0.44% -
HSV(B) 88.64º 1% 0.87% -
XYZ 33.06 55.43 8.98 -
YUV 164.53 35.71 93.39 -
System Red Green Blue C M Y K H S L
Decimal 116 221 1 0.48 0 1.00 0.13 88.64 0.99 0.44
Hex 74 DD 1 30 0 64 D 59 63 2C
Octal 164 335 1 60 0 144 15 131 143 54
Binary 1110100 11011101 1 110000 0 1100100 1101 1011001 1100011 101100

Color Harmonies of #74DD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DD01

Black with #74DD01

Text Example


Text Example

White with #74DD01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,221,1); }

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

background-color css

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

 a { background-color: rgb(116,221,1); }

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

border-color css

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

 span { border-color: rgb(116,221,1); }

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