Html Css Color HEX #74CE00 Lawn Green

📋 copy color: '#74CE00'

red 116 ◦ green 206 ◦ blue 0

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

Shades of Lawn Green #74CE00

Tints of Lawn Green #74CE00

RGB

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

 GREEN value IS 206 (80.86% from 255) = 63.98%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 36.02%
G = 63.98%
B = 0%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#74CE00 (or 0x74CE00) is known color: Lawn Green. HEX triplet: 74, CE and 00. RGB value is (116,206,0). Sum of RGB (Red+Green+Blue) = 116+206+0=322 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.02% from 322); Green value is 206 (80.86% from 255 or 63.98% from 322); Blue value is 0 (0.39% from 255 or 0% from 322); Max value from RGB is 206 - color contains mainly: green. Hex color #74CE00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74CE00 is #8B31FF. Grayscale: #9C9C9C. Windows color (decimal): -9122304 or 52852. OLE color: 52852.

HSL color Cylindrical-coordinate representation of color #74CE00: hue angle of 86.21º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #74CE00 is Cyan = 0.44, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.19.

Color convert

RGB 116 206 0 -
CMYK 0.44 0 1 0.19
HSL 86.21º 1% 0.4% -
HSV(B) 86.21º 1% 0.81% -
XYZ 29.27 47.86 7.69 -
YUV 155.61 40.18 99.75 -
System Red Green Blue C M Y K H S L
Decimal 116 206 0 0.44 0 1 0.19 86.21 1 0.4
Hex 74 CE 0 2C 0 64 13 56 64 28
Octal 164 316 0 54 0 144 23 126 144 50
Binary 1110100 11001110 0 101100 0 1100100 10011 1010110 1100100 101000

Color Harmonies of #74CE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CE00

Black with #74CE00

Text Example


Text Example

White with #74CE00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,206,0); }

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

background-color css

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

 a { background-color: rgb(116,206,0); }

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

border-color css

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

 span { border-color: rgb(116,206,0); }

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