Html Css Color HEX #75BA2C Lima

📋 copy color: '#75BA2C'

red 117 ◦ green 186 ◦ blue 44

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

Shades of Lima #75BA2C

Tints of Lima #75BA2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.68%

R = 33.72%
G = 53.6%
B = 12.68%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#75BA2C (or 0x75BA2C) is known color: Lima. HEX triplet: 75, BA and 2C. RGB value is (117,186,44). Sum of RGB (Red+Green+Blue) = 117+186+44=347 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.72% from 347); Green value is 186 (73.05% from 255 or 53.60% from 347); Blue value is 44 (17.58% from 255 or 12.68% from 347); Max value from RGB is 186 - color contains mainly: green. Hex color #75BA2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75BA2C is #8A45D3. Grayscale: #959595. Windows color (decimal): -9061844 or 2931317. OLE color: 2931317.

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

Color convert

RGB 117 186 44 -
CMYK 0.37 0 0.76 0.27
HSL 89.15º 0.62% 0.45% -
HSV(B) 89.15º 0.76% 0.73% -
XYZ 25.35 39.08 8.59 -
YUV 149.18 68.64 105.05 -
System Red Green Blue C M Y K H S L
Decimal 117 186 44 0.37 0 0.76 0.27 89.15 0.62 0.45
Hex 75 BA 2C 25 0 4C 1B 59 3E 2D
Octal 165 272 54 45 0 114 33 131 76 55
Binary 1110101 10111010 101100 100101 0 1001100 11011 1011001 111110 101101

Color Harmonies of #75BA2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BA2C

Black with #75BA2C

Text Example


Text Example

White with #75BA2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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