Html Css Color HEX #74DC15 Lawn Green

📋 copy color: '#74DC15'

red 116 ◦ green 220 ◦ blue 21

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

Shades of Lawn Green #74DC15

Tints of Lawn Green #74DC15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.88%

R = 32.49%
G = 61.62%
B = 5.88%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#74DC15 (or 0x74DC15) is known color: Lawn Green. HEX triplet: 74, DC and 15. RGB value is (116,220,21). Sum of RGB (Red+Green+Blue) = 116+220+21=357 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.49% from 357); Green value is 220 (86.33% from 255 or 61.62% from 357); Blue value is 21 (8.59% from 255 or 5.88% from 357); Max value from RGB is 220 - color contains mainly: green. Hex color #74DC15 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74DC15 is #8B23EA. Grayscale: #A6A6A6. Windows color (decimal): -9118699 or 1432692. OLE color: 1432692.

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

Color convert

RGB 116 220 21 -
CMYK 0.47 0 0.90 0.14
HSL 91.36º 0.83% 0.47% -
HSV(B) 91.36º 0.9% 0.86% -
XYZ 32.93 54.95 9.58 -
YUV 166.22 46.04 92.18 -
System Red Green Blue C M Y K H S L
Decimal 116 220 21 0.47 0 0.90 0.14 91.36 0.83 0.47
Hex 74 DC 15 2F 0 5A E 5B 53 2F
Octal 164 334 25 57 0 132 16 133 123 57
Binary 1110100 11011100 10101 101111 0 1011010 1110 1011011 1010011 101111

Color Harmonies of #74DC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DC15

Black with #74DC15

Text Example


Text Example

White with #74DC15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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