Html Css Color HEX #74FE1C Lawn Green

📋 copy color: '#74FE1C'

red 116 ◦ green 254 ◦ blue 28

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

Shades of Lawn Green #74FE1C

Tints of Lawn Green #74FE1C

RGB

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

 GREEN value IS 254 (99.61% from 255) = 63.82%

 BLUE value IS 28 (11.33% from 255) = 7.04%

R = 29.15%
G = 63.82%
B = 7.04%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#74FE1C (or 0x74FE1C) is known color: Lawn Green. HEX triplet: 74, FE and 1C. RGB value is (116,254,28). Sum of RGB (Red+Green+Blue) = 116+254+28=398 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.15% from 398); Green value is 254 (99.61% from 255 or 63.82% from 398); Blue value is 28 (11.33% from 255 or 7.04% from 398); Max value from RGB is 254 - color contains mainly: green. Hex color #74FE1C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74FE1C is #8B01E3. Grayscale: #BBBBBB. Windows color (decimal): -9109988 or 1900148. OLE color: 1900148.

HSL color Cylindrical-coordinate representation of color #74FE1C: hue angle of 96.64º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #74FE1C is Cyan = 0.54, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.00.

Color convert

RGB 116 254 28 -
CMYK 0.54 0 0.89 0.00
HSL 96.64º 0.99% 0.55% -
HSV(B) 96.64º 0.89% 1% -
XYZ 42.85 74.68 13.25 -
YUV 186.97 38.28 77.38 -
System Red Green Blue C M Y K H S L
Decimal 116 254 28 0.54 0 0.89 0.00 96.64 0.99 0.55
Hex 74 FE 1C 36 0 59 0 61 63 37
Octal 164 376 34 66 0 131 0 141 143 67
Binary 1110100 11111110 11100 110110 0 1011001 0 1100001 1100011 110111

Color Harmonies of #74FE1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74FE1C

Black with #74FE1C

Text Example


Text Example

White with #74FE1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,254,28); }

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

background-color css

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

 a { background-color: rgb(116,254,28); }

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

border-color css

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

 span { border-color: rgb(116,254,28); }

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