Html Css Color HEX #75BC29 Lima

📋 copy color: '#75BC29'

red 117 ◦ green 188 ◦ blue 41

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

Shades of Lima #75BC29

Tints of Lima #75BC29

RGB

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

 GREEN value IS 188 (73.83% from 255) = 54.34%

 BLUE value IS 41 (16.41% from 255) = 11.85%

R = 33.82%
G = 54.34%
B = 11.85%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#75BC29 (or 0x75BC29) is known color: Lima. HEX triplet: 75, BC and 29. RGB value is (117,188,41). Sum of RGB (Red+Green+Blue) = 117+188+41=346 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.82% from 346); Green value is 188 (73.83% from 255 or 54.34% from 346); Blue value is 41 (16.41% from 255 or 11.85% from 346); Max value from RGB is 188 - color contains mainly: green. Hex color #75BC29 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75BC29 is #8A43D6. Grayscale: #969696. Windows color (decimal): -9061335 or 2735221. OLE color: 2735221.

HSL color Cylindrical-coordinate representation of color #75BC29: hue angle of 88.98º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #75BC29 is Cyan = 0.38, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB 117 188 41 -
CMYK 0.38 0 0.78 0.26
HSL 88.98º 0.64% 0.45% -
HSV(B) 88.98º 0.78% 0.74% -
XYZ 25.72 39.91 8.45 -
YUV 150.01 66.48 104.45 -
System Red Green Blue C M Y K H S L
Decimal 117 188 41 0.38 0 0.78 0.26 88.98 0.64 0.45
Hex 75 BC 29 26 0 4E 1A 59 40 2D
Octal 165 274 51 46 0 116 32 131 100 55
Binary 1110101 10111100 101001 100110 0 1001110 11010 1011001 1000000 101101

Color Harmonies of #75BC29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BC29

Black with #75BC29

Text Example


Text Example

White with #75BC29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,188,41); }

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

background-color css

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

 a { background-color: rgb(117,188,41); }

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

border-color css

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

 span { border-color: rgb(117,188,41); }

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