Html Css Color HEX #75C42C Lima

📋 copy color: '#75C42C'

red 117 ◦ green 196 ◦ blue 44

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

Shades of Lima #75C42C

Tints of Lima #75C42C

RGB

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

 GREEN value IS 196 (76.95% from 255) = 54.9%

 BLUE value IS 44 (17.58% from 255) = 12.32%

R = 32.77%
G = 54.9%
B = 12.32%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#75C42C (or 0x75C42C) is known color: Lima. HEX triplet: 75, C4 and 2C. RGB value is (117,196,44). Sum of RGB (Red+Green+Blue) = 117+196+44=357 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.77% from 357); Green value is 196 (76.95% from 255 or 54.90% from 357); Blue value is 44 (17.58% from 255 or 12.32% from 357); Max value from RGB is 196 - color contains mainly: green. Hex color #75C42C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C42C is #8A3BD3. Grayscale: #9B9B9B. Windows color (decimal): -9059284 or 2933877. OLE color: 2933877.

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

Color convert

RGB 117 196 44 -
CMYK 0.40 0 0.78 0.23
HSL 91.18º 0.63% 0.47% -
HSV(B) 91.18º 0.78% 0.77% -
XYZ 27.53 43.44 9.32 -
YUV 155.05 65.33 100.86 -
System Red Green Blue C M Y K H S L
Decimal 117 196 44 0.40 0 0.78 0.23 91.18 0.63 0.47
Hex 75 C4 2C 28 0 4E 17 5B 3F 2F
Octal 165 304 54 50 0 116 27 133 77 57
Binary 1110101 11000100 101100 101000 0 1001110 10111 1011011 111111 101111

Color Harmonies of #75C42C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C42C

Black with #75C42C

Text Example


Text Example

White with #75C42C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,196,44); }

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

background-color css

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

 a { background-color: rgb(117,196,44); }

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

border-color css

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

 span { border-color: rgb(117,196,44); }

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