Html Css Color HEX #74F50E Lawn Green

📋 copy color: '#74F50E'

red 116 ◦ green 245 ◦ blue 14

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

Shades of Lawn Green #74F50E

Tints of Lawn Green #74F50E

RGB

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

 GREEN value IS 245 (96.09% from 255) = 65.33%

 BLUE value IS 14 (5.86% from 255) = 3.73%

R = 30.93%
G = 65.33%
B = 3.73%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#74F50E (or 0x74F50E) is known color: Lawn Green. HEX triplet: 74, F5 and 0E. RGB value is (116,245,14). Sum of RGB (Red+Green+Blue) = 116+245+14=375 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.93% from 375); Green value is 245 (96.09% from 255 or 65.33% from 375); Blue value is 14 (5.86% from 255 or 3.73% from 375); Max value from RGB is 245 - color contains mainly: green. Hex color #74F50E is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #74F50E is #8B0AF1. Grayscale: #B4B4B4. Windows color (decimal): -9112306 or 980340. OLE color: 980340.

HSL color Cylindrical-coordinate representation of color #74F50E: hue angle of 93.51º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #74F50E is Cyan = 0.53, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.

Color convert

RGB 116 245 14 -
CMYK 0.53 0 0.94 0.04
HSL 93.51º 0.92% 0.51% -
HSV(B) 93.51º 0.94% 0.96% -
XYZ 39.93 69.05 11.64 -
YUV 180.1 34.26 82.28 -
System Red Green Blue C M Y K H S L
Decimal 116 245 14 0.53 0 0.94 0.04 93.51 0.92 0.51
Hex 74 F5 E 35 0 5E 4 5E 5C 33
Octal 164 365 16 65 0 136 4 136 134 63
Binary 1110100 11110101 1110 110101 0 1011110 100 1011110 1011100 110011

Color Harmonies of #74F50E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74F50E

Black with #74F50E

Text Example


Text Example

White with #74F50E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,245,14); }

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

background-color css

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

 a { background-color: rgb(116,245,14); }

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

border-color css

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

 span { border-color: rgb(116,245,14); }

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