Html Css Color HEX #75DC1D Lawn Green

📋 copy color: '#75DC1D'

red 117 ◦ green 220 ◦ blue 29

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

Shades of Lawn Green #75DC1D

Tints of Lawn Green #75DC1D

RGB

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

 GREEN value IS 220 (86.33% from 255) = 60.11%

 BLUE value IS 29 (11.72% from 255) = 7.92%

R = 31.97%
G = 60.11%
B = 7.92%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#75DC1D (or 0x75DC1D) is known color: Lawn Green. HEX triplet: 75, DC and 1D. RGB value is (117,220,29). Sum of RGB (Red+Green+Blue) = 117+220+29=366 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.97% from 366); Green value is 220 (86.33% from 255 or 60.11% from 366); Blue value is 29 (11.72% from 255 or 7.92% from 366); Max value from RGB is 220 - color contains mainly: green. Hex color #75DC1D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75DC1D is #8A23E2. Grayscale: #A8A8A8. Windows color (decimal): -9053155 or 1956981. OLE color: 1956981.

HSL color Cylindrical-coordinate representation of color #75DC1D: hue angle of 92.36º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #75DC1D is Cyan = 0.47, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.14.

Color convert

RGB 117 220 29 -
CMYK 0.47 0 0.87 0.14
HSL 92.36º 0.77% 0.49% -
HSV(B) 92.36º 0.87% 0.86% -
XYZ 33.15 55.06 10.04 -
YUV 167.43 49.88 92.03 -
System Red Green Blue C M Y K H S L
Decimal 117 220 29 0.47 0 0.87 0.14 92.36 0.77 0.49
Hex 75 DC 1D 2F 0 57 E 5C 4D 31
Octal 165 334 35 57 0 127 16 134 115 61
Binary 1110101 11011100 11101 101111 0 1010111 1110 1011100 1001101 110001

Color Harmonies of #75DC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DC1D

Black with #75DC1D

Text Example


Text Example

White with #75DC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,220,29); }

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

background-color css

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

 a { background-color: rgb(117,220,29); }

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

border-color css

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

 span { border-color: rgb(117,220,29); }

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