Html Css Color HEX #75C52D Lima

📋 copy color: '#75C52D'

red 117 ◦ green 197 ◦ blue 45

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

Shades of Lima #75C52D

Tints of Lima #75C52D

RGB

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

 GREEN value IS 197 (77.34% from 255) = 54.87%

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

R = 32.59%
G = 54.87%
B = 12.53%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#75C52D (or 0x75C52D) is known color: Lima. HEX triplet: 75, C5 and 2D. RGB value is (117,197,45). Sum of RGB (Red+Green+Blue) = 117+197+45=359 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.59% from 359); Green value is 197 (77.34% from 255 or 54.87% from 359); Blue value is 45 (17.97% from 255 or 12.53% from 359); Max value from RGB is 197 - color contains mainly: green. Hex color #75C52D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C52D is #8A3AD2. Grayscale: #9C9C9C. Windows color (decimal): -9059027 or 2999669. OLE color: 2999669.

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

Color convert

RGB 117 197 45 -
CMYK 0.41 0 0.77 0.23
HSL 91.58º 0.63% 0.47% -
HSV(B) 91.58º 0.77% 0.77% -
XYZ 27.78 43.9 9.49 -
YUV 155.75 65.5 100.36 -
System Red Green Blue C M Y K H S L
Decimal 117 197 45 0.41 0 0.77 0.23 91.58 0.63 0.47
Hex 75 C5 2D 29 0 4D 17 5C 3F 2F
Octal 165 305 55 51 0 115 27 134 77 57
Binary 1110101 11000101 101101 101001 0 1001101 10111 1011100 111111 101111

Color Harmonies of #75C52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C52D

Black with #75C52D

Text Example


Text Example

White with #75C52D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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