Html Css Color HEX #75BA1D Lima

📋 copy color: '#75BA1D'

red 117 ◦ green 186 ◦ blue 29

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

Shades of Lima #75BA1D

Tints of Lima #75BA1D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 56.02%

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

R = 35.24%
G = 56.02%
B = 8.73%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#75BA1D (or 0x75BA1D) is known color: Lima. HEX triplet: 75, BA and 1D. RGB value is (117,186,29). Sum of RGB (Red+Green+Blue) = 117+186+29=332 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.24% from 332); Green value is 186 (73.05% from 255 or 56.02% from 332); Blue value is 29 (11.72% from 255 or 8.73% from 332); Max value from RGB is 186 - color contains mainly: green. Hex color #75BA1D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75BA1D is #8A45E2. Grayscale: #949494. Windows color (decimal): -9061859 or 1948277. OLE color: 1948277.

HSL color Cylindrical-coordinate representation of color #75BA1D: hue angle of 86.37º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #75BA1D is Cyan = 0.37, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 117 186 29 -
CMYK 0.37 0 0.84 0.27
HSL 86.37º 0.73% 0.42% -
HSV(B) 86.37º 0.84% 0.73% -
XYZ 25.12 38.99 7.36 -
YUV 147.47 61.14 106.27 -
System Red Green Blue C M Y K H S L
Decimal 117 186 29 0.37 0 0.84 0.27 86.37 0.73 0.42
Hex 75 BA 1D 25 0 54 1B 56 49 2A
Octal 165 272 35 45 0 124 33 126 111 52
Binary 1110101 10111010 11101 100101 0 1010100 11011 1010110 1001001 101010

Color Harmonies of #75BA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BA1D

Black with #75BA1D

Text Example


Text Example

White with #75BA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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