Html Css Color HEX #74F002 Lawn Green

📋 copy color: '#74F002'

red 116 ◦ green 240 ◦ blue 2

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

Shades of Lawn Green #74F002

Tints of Lawn Green #74F002

RGB

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

 GREEN value IS 240 (94.14% from 255) = 67.04%

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

R = 32.4%
G = 67.04%
B = 0.56%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#74F002 (or 0x74F002) is known color: Lawn Green. HEX triplet: 74, F0 and 02. RGB value is (116,240,2). Sum of RGB (Red+Green+Blue) = 116+240+2=358 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.40% from 358); Green value is 240 (94.14% from 255 or 67.04% from 358); Blue value is 2 (1.17% from 255 or 0.56% from 358); Max value from RGB is 240 - color contains mainly: green. Hex color #74F002 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #74F002 is #8B0FFD. Grayscale: #B0B0B0. Windows color (decimal): -9113598 or 192628. OLE color: 192628.

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

Color convert

RGB 116 240 2 -
CMYK 0.52 0 0.99 0.06
HSL 91.26º 0.98% 0.47% -
HSV(B) 91.26º 0.99% 0.94% -
XYZ 38.37 66.04 10.78 -
YUV 175.79 29.92 85.35 -
System Red Green Blue C M Y K H S L
Decimal 116 240 2 0.52 0 0.99 0.06 91.26 0.98 0.47
Hex 74 F0 2 34 0 63 6 5B 62 2F
Octal 164 360 2 64 0 143 6 133 142 57
Binary 1110100 11110000 10 110100 0 1100011 110 1011011 1100010 101111

Color Harmonies of #74F002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74F002

Black with #74F002

Text Example


Text Example

White with #74F002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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