Html Css Color HEX #75D112 Lima

📋 copy color: '#75D112'

red 117 ◦ green 209 ◦ blue 18

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

Shades of Lima #75D112

Tints of Lima #75D112

RGB

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

 GREEN value IS 209 (82.03% from 255) = 60.76%

 BLUE value IS 18 (7.42% from 255) = 5.23%

R = 34.01%
G = 60.76%
B = 5.23%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#75D112 (or 0x75D112) is known color: Lima. HEX triplet: 75, D1 and 12. RGB value is (117,209,18). Sum of RGB (Red+Green+Blue) = 117+209+18=344 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.01% from 344); Green value is 209 (82.03% from 255 or 60.76% from 344); Blue value is 18 (7.42% from 255 or 5.23% from 344); Max value from RGB is 209 - color contains mainly: green. Hex color #75D112 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75D112 is #8A2EED. Grayscale: #A0A0A0. Windows color (decimal): -9055982 or 1233269. OLE color: 1233269.

HSL color Cylindrical-coordinate representation of color #75D112: hue angle of 88.9º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #75D112 is Cyan = 0.44, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 117 209 18 -
CMYK 0.44 0 0.91 0.18
HSL 88.9º 0.84% 0.45% -
HSV(B) 88.9º 0.91% 0.82% -
XYZ 30.25 49.43 8.52 -
YUV 159.72 48.02 97.53 -
System Red Green Blue C M Y K H S L
Decimal 117 209 18 0.44 0 0.91 0.18 88.9 0.84 0.45
Hex 75 D1 12 2C 0 5B 12 59 54 2D
Octal 165 321 22 54 0 133 22 131 124 55
Binary 1110101 11010001 10010 101100 0 1011011 10010 1011001 1010100 101101

Color Harmonies of #75D112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D112

Black with #75D112

Text Example


Text Example

White with #75D112

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,209,18); }

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

background-color css

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

 a { background-color: rgb(117,209,18); }

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

border-color css

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

 span { border-color: rgb(117,209,18); }

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