Html Css Color HEX #75B41F Lima

📋 copy color: '#75B41F'

red 117 ◦ green 180 ◦ blue 31

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

Shades of Lima #75B41F

Tints of Lima #75B41F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 54.88%

 BLUE value IS 31 (12.5% from 255) = 9.45%

R = 35.67%
G = 54.88%
B = 9.45%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#75B41F (or 0x75B41F) is known color: Lima. HEX triplet: 75, B4 and 1F. RGB value is (117,180,31). Sum of RGB (Red+Green+Blue) = 117+180+31=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 180 (70.70% from 255 or 54.88% from 328); Blue value is 31 (12.5% from 255 or 9.45% from 328); Max value from RGB is 180 - color contains mainly: green. Hex color #75B41F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75B41F is #8A4BE0. Grayscale: #909090. Windows color (decimal): -9063393 or 2077813. OLE color: 2077813.

HSL color Cylindrical-coordinate representation of color #75B41F: hue angle of 85.37º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #75B41F is Cyan = 0.35, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.29.

Color convert

RGB 117 180 31 -
CMYK 0.35 0 0.83 0.29
HSL 85.37º 0.71% 0.41% -
HSV(B) 85.37º 0.83% 0.71% -
XYZ 23.9 36.52 7.09 -
YUV 144.18 64.13 108.62 -
System Red Green Blue C M Y K H S L
Decimal 117 180 31 0.35 0 0.83 0.29 85.37 0.71 0.41
Hex 75 B4 1F 23 0 53 1D 55 47 29
Octal 165 264 37 43 0 123 35 125 107 51
Binary 1110101 10110100 11111 100011 0 1010011 11101 1010101 1000111 101001

Color Harmonies of #75B41F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B41F

Black with #75B41F

Text Example


Text Example

White with #75B41F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,180,31); }

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

background-color css

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

 a { background-color: rgb(117,180,31); }

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

border-color css

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

 span { border-color: rgb(117,180,31); }

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