Html Css Color HEX #75DC18 Lawn Green

📋 copy color: '#75DC18'

red 117 ◦ green 220 ◦ blue 24

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

Shades of Lawn Green #75DC18

Tints of Lawn Green #75DC18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.65%

R = 32.41%
G = 60.94%
B = 6.65%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#75DC18 (or 0x75DC18) is known color: Lawn Green. HEX triplet: 75, DC and 18. RGB value is (117,220,24). Sum of RGB (Red+Green+Blue) = 117+220+24=361 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.41% from 361); Green value is 220 (86.33% from 255 or 60.94% from 361); Blue value is 24 (9.77% from 255 or 6.65% from 361); Max value from RGB is 220 - color contains mainly: green. Hex color #75DC18 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75DC18 is #8A23E7. Grayscale: #A7A7A7. Windows color (decimal): -9053160 or 1629301. OLE color: 1629301.

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

Color convert

RGB 117 220 24 -
CMYK 0.47 0 0.89 0.14
HSL 91.53º 0.8% 0.48% -
HSV(B) 91.53º 0.89% 0.86% -
XYZ 33.09 55.03 9.74 -
YUV 166.86 47.38 92.44 -
System Red Green Blue C M Y K H S L
Decimal 117 220 24 0.47 0 0.89 0.14 91.53 0.8 0.48
Hex 75 DC 18 2F 0 59 E 5C 50 30
Octal 165 334 30 57 0 131 16 134 120 60
Binary 1110101 11011100 11000 101111 0 1011001 1110 1011100 1010000 110000

Color Harmonies of #75DC18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DC18

Black with #75DC18

Text Example


Text Example

White with #75DC18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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