Html Css Color HEX #75BA2F Lima

📋 copy color: '#75BA2F'

red 117 ◦ green 186 ◦ blue 47

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

Shades of Lima #75BA2F

Tints of Lima #75BA2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.43%

R = 33.43%
G = 53.14%
B = 13.43%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#75BA2F (or 0x75BA2F) is known color: Lima. HEX triplet: 75, BA and 2F. RGB value is (117,186,47). Sum of RGB (Red+Green+Blue) = 117+186+47=350 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.43% from 350); Green value is 186 (73.05% from 255 or 53.14% from 350); Blue value is 47 (18.75% from 255 or 13.43% from 350); Max value from RGB is 186 - color contains mainly: green. Hex color #75BA2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75BA2F is #8A45D0. Grayscale: #969696. Windows color (decimal): -9061841 or 3127925. OLE color: 3127925.

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

Color convert

RGB 117 186 47 -
CMYK 0.37 0 0.75 0.27
HSL 89.78º 0.6% 0.46% -
HSV(B) 89.78º 0.75% 0.73% -
XYZ 25.41 39.1 8.9 -
YUV 149.52 70.14 104.8 -
System Red Green Blue C M Y K H S L
Decimal 117 186 47 0.37 0 0.75 0.27 89.78 0.6 0.46
Hex 75 BA 2F 25 0 4B 1B 5A 3C 2E
Octal 165 272 57 45 0 113 33 132 74 56
Binary 1110101 10111010 101111 100101 0 1001011 11011 1011010 111100 101110

Color Harmonies of #75BA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BA2F

Black with #75BA2F

Text Example


Text Example

White with #75BA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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