Html Css Color HEX #74DC02 Lawn Green

📋 copy color: '#74DC02'

red 116 ◦ green 220 ◦ blue 2

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

Shades of Lawn Green #74DC02

Tints of Lawn Green #74DC02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.59%

R = 34.32%
G = 65.09%
B = 0.59%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#74DC02 (or 0x74DC02) is known color: Lawn Green. HEX triplet: 74, DC and 02. RGB value is (116,220,2). Sum of RGB (Red+Green+Blue) = 116+220+2=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 220 (86.33% from 255 or 65.09% from 338); Blue value is 2 (1.17% from 255 or 0.59% from 338); Max value from RGB is 220 - color contains mainly: green. Hex color #74DC02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74DC02 is #8B23FD. Grayscale: #A4A4A4. Windows color (decimal): -9118718 or 187508. OLE color: 187508.

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

Color convert

RGB 116 220 2 -
CMYK 0.47 0 0.99 0.14
HSL 88.62º 0.98% 0.44% -
HSV(B) 88.62º 0.99% 0.86% -
XYZ 32.81 54.9 8.93 -
YUV 164.05 36.54 93.73 -
System Red Green Blue C M Y K H S L
Decimal 116 220 2 0.47 0 0.99 0.14 88.62 0.98 0.44
Hex 74 DC 2 2F 0 63 E 59 62 2C
Octal 164 334 2 57 0 143 16 131 142 54
Binary 1110100 11011100 10 101111 0 1100011 1110 1011001 1100010 101100

Color Harmonies of #74DC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DC02

Black with #74DC02

Text Example


Text Example

White with #74DC02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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