Html Css Color HEX #75C72F Lima

📋 copy color: '#75C72F'

red 117 ◦ green 199 ◦ blue 47

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

Shades of Lima #75C72F

Tints of Lima #75C72F

RGB

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

 GREEN value IS 199 (78.13% from 255) = 54.82%

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

R = 32.23%
G = 54.82%
B = 12.95%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#75C72F (or 0x75C72F) is known color: Lima. HEX triplet: 75, C7 and 2F. RGB value is (117,199,47). Sum of RGB (Red+Green+Blue) = 117+199+47=363 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.23% from 363); Green value is 199 (78.12% from 255 or 54.82% from 363); Blue value is 47 (18.75% from 255 or 12.95% from 363); Max value from RGB is 199 - color contains mainly: green. Hex color #75C72F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C72F is #8A38D0. Grayscale: #9D9D9D. Windows color (decimal): -9058513 or 3131253. OLE color: 3131253.

HSL color Cylindrical-coordinate representation of color #75C72F: hue angle of 92.37º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #75C72F is Cyan = 0.41, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 117 199 47 -
CMYK 0.41 0 0.76 0.22
HSL 92.37º 0.62% 0.48% -
HSV(B) 92.37º 0.76% 0.78% -
XYZ 28.27 44.83 9.85 -
YUV 157.15 65.83 99.36 -
System Red Green Blue C M Y K H S L
Decimal 117 199 47 0.41 0 0.76 0.22 92.37 0.62 0.48
Hex 75 C7 2F 29 0 4C 16 5C 3E 30
Octal 165 307 57 51 0 114 26 134 76 60
Binary 1110101 11000111 101111 101001 0 1001100 10110 1011100 111110 110000

Color Harmonies of #75C72F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C72F

Black with #75C72F

Text Example


Text Example

White with #75C72F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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