Html Css Color HEX #75FC2D Lawn Green

📋 copy color: '#75FC2D'

red 117 ◦ green 252 ◦ blue 45

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

Shades of Lawn Green #75FC2D

Tints of Lawn Green #75FC2D

RGB

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

 GREEN value IS 252 (98.83% from 255) = 60.87%

 BLUE value IS 45 (17.97% from 255) = 10.87%

R = 28.26%
G = 60.87%
B = 10.87%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#75FC2D (or 0x75FC2D) is known color: Lawn Green. HEX triplet: 75, FC and 2D. RGB value is (117,252,45). Sum of RGB (Red+Green+Blue) = 117+252+45=414 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.26% from 414); Green value is 252 (98.83% from 255 or 60.87% from 414); Blue value is 45 (17.97% from 255 or 10.87% from 414); Max value from RGB is 252 - color contains mainly: green. Hex color #75FC2D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #75FC2D is #8A03D2. Grayscale: #BCBCBC. Windows color (decimal): -9044947 or 3013749. OLE color: 3013749.

HSL color Cylindrical-coordinate representation of color #75FC2D: hue angle of 99.13º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #75FC2D is Cyan = 0.54, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.

Color convert

RGB 117 252 45 -
CMYK 0.54 0 0.82 0.01
HSL 99.13º 0.97% 0.58% -
HSV(B) 99.13º 0.82% 0.99% -
XYZ 42.62 73.59 14.44 -
YUV 188.04 47.27 77.33 -
System Red Green Blue C M Y K H S L
Decimal 117 252 45 0.54 0 0.82 0.01 99.13 0.97 0.58
Hex 75 FC 2D 36 0 52 1 63 61 3A
Octal 165 374 55 66 0 122 1 143 141 72
Binary 1110101 11111100 101101 110110 0 1010010 1 1100011 1100001 111010

Color Harmonies of #75FC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75FC2D

Black with #75FC2D

Text Example


Text Example

White with #75FC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,252,45); }

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

background-color css

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

 a { background-color: rgb(117,252,45); }

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

border-color css

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

 span { border-color: rgb(117,252,45); }

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