Html Css Color HEX #75C72D Lima

📋 copy color: '#75C72D'

red 117 ◦ green 199 ◦ blue 45

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

Shades of Lima #75C72D

Tints of Lima #75C72D

RGB

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

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

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

R = 32.41%
G = 55.12%
B = 12.47%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#75C72D (or 0x75C72D) is known color: Lima. HEX triplet: 75, C7 and 2D. RGB value is (117,199,45). Sum of RGB (Red+Green+Blue) = 117+199+45=361 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.41% from 361); Green value is 199 (78.12% from 255 or 55.12% from 361); Blue value is 45 (17.97% from 255 or 12.47% from 361); Max value from RGB is 199 - color contains mainly: green. Hex color #75C72D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C72D is #8A38D2. Grayscale: #9D9D9D. Windows color (decimal): -9058515 or 3000181. OLE color: 3000181.

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

Color convert

RGB 117 199 45 -
CMYK 0.41 0 0.77 0.22
HSL 91.95º 0.63% 0.48% -
HSV(B) 91.95º 0.77% 0.78% -
XYZ 28.23 44.82 9.65 -
YUV 156.93 64.83 99.52 -
System Red Green Blue C M Y K H S L
Decimal 117 199 45 0.41 0 0.77 0.22 91.95 0.63 0.48
Hex 75 C7 2D 29 0 4D 16 5C 3F 30
Octal 165 307 55 51 0 115 26 134 77 60
Binary 1110101 11000111 101101 101001 0 1001101 10110 1011100 111111 110000

Color Harmonies of #75C72D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C72D

Black with #75C72D

Text Example


Text Example

White with #75C72D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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