Html Css Color HEX #74E102 Lawn Green

📋 copy color: '#74E102'

red 116 ◦ green 225 ◦ blue 2

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

Shades of Lawn Green #74E102

Tints of Lawn Green #74E102

RGB

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

 GREEN value IS 225 (88.28% from 255) = 65.6%

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

R = 33.82%
G = 65.6%
B = 0.58%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#74E102 (or 0x74E102) is known color: Lawn Green. HEX triplet: 74, E1 and 02. RGB value is (116,225,2). Sum of RGB (Red+Green+Blue) = 116+225+2=343 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.82% from 343); Green value is 225 (88.28% from 255 or 65.60% from 343); Blue value is 2 (1.17% from 255 or 0.58% from 343); Max value from RGB is 225 - color contains mainly: green. Hex color #74E102 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74E102 is #8B1EFD. Grayscale: #A7A7A7. Windows color (decimal): -9117438 or 188788. OLE color: 188788.

HSL color Cylindrical-coordinate representation of color #74E102: hue angle of 89.33º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #74E102 is Cyan = 0.48, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.

Color convert

RGB 116 225 2 -
CMYK 0.48 0 0.99 0.12
HSL 89.33º 0.98% 0.45% -
HSV(B) 89.33º 0.99% 0.88% -
XYZ 34.14 57.57 9.37 -
YUV 166.99 34.89 91.63 -
System Red Green Blue C M Y K H S L
Decimal 116 225 2 0.48 0 0.99 0.12 89.33 0.98 0.45
Hex 74 E1 2 30 0 63 C 59 62 2D
Octal 164 341 2 60 0 143 14 131 142 55
Binary 1110100 11100001 10 110000 0 1100011 1100 1011001 1100010 101101

Color Harmonies of #74E102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74E102

Black with #74E102

Text Example


Text Example

White with #74E102

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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