Html Css Color HEX #75FE32 Lawn Green

📋 copy color: '#75FE32'

red 117 ◦ green 254 ◦ blue 50

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

Shades of Lawn Green #75FE32

Tints of Lawn Green #75FE32

RGB

 RED value IS 117 (46.09% from 255) = 27.79%

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

 BLUE value IS 50 (19.92% from 255) = 11.88%

R = 27.79%
G = 60.33%
B = 11.88%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.80

 K value IS 0.00

RGB Variations

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

Color information

#75FE32 (or 0x75FE32) is known color: Lawn Green. HEX triplet: 75, FE and 32. RGB value is (117,254,50). Sum of RGB (Red+Green+Blue) = 117+254+50=421 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.79% from 421); Green value is 254 (99.61% from 255 or 60.33% from 421); Blue value is 50 (19.92% from 255 or 11.88% from 421); Max value from RGB is 254 - color contains mainly: green. Hex color #75FE32 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #75FE32 is #8A01CD. Grayscale: #BEBEBE. Windows color (decimal): -9044430 or 3341941. OLE color: 3341941.

HSL color Cylindrical-coordinate representation of color #75FE32: hue angle of 100.29º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #75FE32 is Cyan = 0.54, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.00.

Color convert

RGB 117 254 50 -
CMYK 0.54 0 0.80 0.00
HSL 100.29º 0.99% 0.6% -
HSV(B) 100.29º 0.8% 1% -
XYZ 43.35 74.9 15.19 -
YUV 189.78 49.11 76.09 -
System Red Green Blue C M Y K H S L
Decimal 117 254 50 0.54 0 0.80 0.00 100.29 0.99 0.6
Hex 75 FE 32 36 0 50 0 64 63 3C
Octal 165 376 62 66 0 120 0 144 143 74
Binary 1110101 11111110 110010 110110 0 1010000 0 1100100 1100011 111100

Color Harmonies of #75FE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75FE32

Black with #75FE32

Text Example


Text Example

White with #75FE32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75FE32; }

 p { color: rgb(117,254,50); }

 H1.HeaderClassName
 {
   color: #75FE32;
 }
 .AnyTagClassName
 {
   color: #75FE32;
 }
</style>

background-color css

<style>
 a { background-color: #75FE32; }

 a { background-color: rgb(117,254,50); }

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

border-color css

<style>
 span { border-color: #75FE32; }

 span { border-color: rgb(117,254,50); }

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