Html Css Color HEX #75D71D Lima

📋 copy color: '#75D71D'

red 117 ◦ green 215 ◦ blue 29

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

Shades of Lima #75D71D

Tints of Lima #75D71D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 59.56%

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

R = 32.41%
G = 59.56%
B = 8.03%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#75D71D (or 0x75D71D) is known color: Lima. HEX triplet: 75, D7 and 1D. RGB value is (117,215,29). Sum of RGB (Red+Green+Blue) = 117+215+29=361 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.41% from 361); Green value is 215 (84.38% from 255 or 59.56% from 361); Blue value is 29 (11.72% from 255 or 8.03% from 361); Max value from RGB is 215 - color contains mainly: green. Hex color #75D71D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75D71D is #8A28E2. Grayscale: #A5A5A5. Windows color (decimal): -9054435 or 1955701. OLE color: 1955701.

HSL color Cylindrical-coordinate representation of color #75D71D: hue angle of 91.61º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #75D71D is Cyan = 0.46, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 117 215 29 -
CMYK 0.46 0 0.87 0.16
HSL 91.61º 0.76% 0.48% -
HSV(B) 91.61º 0.87% 0.84% -
XYZ 31.86 52.47 9.61 -
YUV 164.49 51.53 94.12 -
System Red Green Blue C M Y K H S L
Decimal 117 215 29 0.46 0 0.87 0.16 91.61 0.76 0.48
Hex 75 D7 1D 2E 0 57 10 5C 4C 30
Octal 165 327 35 56 0 127 20 134 114 60
Binary 1110101 11010111 11101 101110 0 1010111 10000 1011100 1001100 110000

Color Harmonies of #75D71D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D71D

Black with #75D71D

Text Example


Text Example

White with #75D71D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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