Html Css Color HEX #75BA2D Lima

📋 copy color: '#75BA2D'

red 117 ◦ green 186 ◦ blue 45

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

Shades of Lima #75BA2D

Tints of Lima #75BA2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.93%

R = 33.62%
G = 53.45%
B = 12.93%

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

#75BA2D (or 0x75BA2D) is known color: Lima. HEX triplet: 75, BA and 2D. RGB value is (117,186,45). Sum of RGB (Red+Green+Blue) = 117+186+45=348 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.62% from 348); Green value is 186 (73.05% from 255 or 53.45% from 348); Blue value is 45 (17.97% from 255 or 12.93% from 348); Max value from RGB is 186 - color contains mainly: green. Hex color #75BA2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75BA2D is #8A45D2. Grayscale: #959595. Windows color (decimal): -9061843 or 2996853. OLE color: 2996853.

HSL color Cylindrical-coordinate representation of color #75BA2D: hue angle of 89.36º degrees, saturation: 0.61, 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 #75BA2D is Cyan = 0.37, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 117 186 45 -
CMYK 0.37 0 0.76 0.27
HSL 89.36º 0.61% 0.45% -
HSV(B) 89.36º 0.76% 0.73% -
XYZ 25.37 39.09 8.69 -
YUV 149.3 69.14 104.96 -
System Red Green Blue C M Y K H S L
Decimal 117 186 45 0.37 0 0.76 0.27 89.36 0.61 0.45
Hex 75 BA 2D 25 0 4C 1B 59 3D 2D
Octal 165 272 55 45 0 114 33 131 75 55
Binary 1110101 10111010 101101 100101 0 1001100 11011 1011001 111101 101101

Color Harmonies of #75BA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BA2D

Black with #75BA2D

Text Example


Text Example

White with #75BA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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