Html Css Color HEX #74D102 Lawn Green

📋 copy color: '#74D102'

red 116 ◦ green 209 ◦ blue 2

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

Shades of Lawn Green #74D102

Tints of Lawn Green #74D102

RGB

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

 GREEN value IS 209 (82.03% from 255) = 63.91%

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

R = 35.47%
G = 63.91%
B = 0.61%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#74D102 (or 0x74D102) is known color: Lawn Green. HEX triplet: 74, D1 and 02. RGB value is (116,209,2). Sum of RGB (Red+Green+Blue) = 116+209+2=327 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.47% from 327); Green value is 209 (82.03% from 255 or 63.91% from 327); Blue value is 2 (1.17% from 255 or 0.61% from 327); Max value from RGB is 209 - color contains mainly: green. Hex color #74D102 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74D102 is #8B2EFD. Grayscale: #9E9E9E. Windows color (decimal): -9121534 or 184692. OLE color: 184692.

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

Color convert

RGB 116 209 2 -
CMYK 0.44 0 0.99 0.18
HSL 86.96º 0.98% 0.41% -
HSV(B) 86.96º 0.99% 0.82% -
XYZ 30.01 49.32 7.99 -
YUV 157.6 40.19 98.33 -
System Red Green Blue C M Y K H S L
Decimal 116 209 2 0.44 0 0.99 0.18 86.96 0.98 0.41
Hex 74 D1 2 2C 0 63 12 57 62 29
Octal 164 321 2 54 0 143 22 127 142 51
Binary 1110100 11010001 10 101100 0 1100011 10010 1010111 1100010 101001

Color Harmonies of #74D102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D102

Black with #74D102

Text Example


Text Example

White with #74D102

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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