Html Css Color HEX #75D41D Lima

📋 copy color: '#75D41D'

red 117 ◦ green 212 ◦ blue 29

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

Shades of Lima #75D41D

Tints of Lima #75D41D

RGB

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

 GREEN value IS 212 (83.2% from 255) = 59.22%

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

R = 32.68%
G = 59.22%
B = 8.1%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#75D41D (or 0x75D41D) is known color: Lima. HEX triplet: 75, D4 and 1D. RGB value is (117,212,29). Sum of RGB (Red+Green+Blue) = 117+212+29=358 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.68% from 358); Green value is 212 (83.20% from 255 or 59.22% from 358); Blue value is 29 (11.72% from 255 or 8.10% from 358); Max value from RGB is 212 - color contains mainly: green. Hex color #75D41D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75D41D is #8A2BE2. Grayscale: #A3A3A3. Windows color (decimal): -9055203 or 1954933. OLE color: 1954933.

HSL color Cylindrical-coordinate representation of color #75D41D: hue angle of 91.15º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #75D41D is Cyan = 0.45, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.17.

Color convert

RGB 117 212 29 -
CMYK 0.45 0 0.86 0.17
HSL 91.15º 0.76% 0.47% -
HSV(B) 91.15º 0.86% 0.83% -
XYZ 31.1 50.96 9.36 -
YUV 162.73 52.53 95.38 -
System Red Green Blue C M Y K H S L
Decimal 117 212 29 0.45 0 0.86 0.17 91.15 0.76 0.47
Hex 75 D4 1D 2D 0 56 11 5B 4C 2F
Octal 165 324 35 55 0 126 21 133 114 57
Binary 1110101 11010100 11101 101101 0 1010110 10001 1011011 1001100 101111

Color Harmonies of #75D41D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D41D

Black with #75D41D

Text Example


Text Example

White with #75D41D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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