Html Css Color HEX #74DC07 Lawn Green

📋 copy color: '#74DC07'

red 116 ◦ green 220 ◦ blue 7

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

Shades of Lawn Green #74DC07

Tints of Lawn Green #74DC07

RGB

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

 GREEN value IS 220 (86.33% from 255) = 64.14%

 BLUE value IS 7 (3.13% from 255) = 2.04%

R = 33.82%
G = 64.14%
B = 2.04%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#74DC07 (or 0x74DC07) is known color: Lawn Green. HEX triplet: 74, DC and 07. RGB value is (116,220,7). Sum of RGB (Red+Green+Blue) = 116+220+7=343 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.82% from 343); Green value is 220 (86.33% from 255 or 64.14% from 343); Blue value is 7 (3.12% from 255 or 2.04% from 343); Max value from RGB is 220 - color contains mainly: green. Hex color #74DC07 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74DC07 is #8B23F8. Grayscale: #A5A5A5. Windows color (decimal): -9118713 or 515188. OLE color: 515188.

HSL color Cylindrical-coordinate representation of color #74DC07: hue angle of 89.3º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #74DC07 is Cyan = 0.47, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.

Color convert

RGB 116 220 7 -
CMYK 0.47 0 0.97 0.14
HSL 89.3º 0.94% 0.45% -
HSV(B) 89.3º 0.97% 0.86% -
XYZ 32.83 54.91 9.07 -
YUV 164.62 39.04 93.32 -
System Red Green Blue C M Y K H S L
Decimal 116 220 7 0.47 0 0.97 0.14 89.3 0.94 0.45
Hex 74 DC 7 2F 0 61 E 59 5E 2D
Octal 164 334 7 57 0 141 16 131 136 55
Binary 1110100 11011100 111 101111 0 1100001 1110 1011001 1011110 101101

Color Harmonies of #74DC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DC07

Black with #74DC07

Text Example


Text Example

White with #74DC07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,220,7); }

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

background-color css

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

 a { background-color: rgb(116,220,7); }

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

border-color css

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

 span { border-color: rgb(116,220,7); }

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