Html Css Color HEX #75C12B Lima

📋 copy color: '#75C12B'

red 117 ◦ green 193 ◦ blue 43

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

Shades of Lima #75C12B

Tints of Lima #75C12B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 54.67%

 BLUE value IS 43 (17.19% from 255) = 12.18%

R = 33.14%
G = 54.67%
B = 12.18%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#75C12B (or 0x75C12B) is known color: Lima. HEX triplet: 75, C1 and 2B. RGB value is (117,193,43). Sum of RGB (Red+Green+Blue) = 117+193+43=353 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.14% from 353); Green value is 193 (75.78% from 255 or 54.67% from 353); Blue value is 43 (17.19% from 255 or 12.18% from 353); Max value from RGB is 193 - color contains mainly: green. Hex color #75C12B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C12B is #8A3ED4. Grayscale: #999999. Windows color (decimal): -9060053 or 2867573. OLE color: 2867573.

HSL color Cylindrical-coordinate representation of color #75C12B: hue angle of 90.4º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #75C12B is Cyan = 0.39, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 117 193 43 -
CMYK 0.39 0 0.78 0.24
HSL 90.4º 0.64% 0.46% -
HSV(B) 90.4º 0.78% 0.76% -
XYZ 26.84 42.1 9 -
YUV 153.18 65.82 102.2 -
System Red Green Blue C M Y K H S L
Decimal 117 193 43 0.39 0 0.78 0.24 90.4 0.64 0.46
Hex 75 C1 2B 27 0 4E 18 5A 40 2E
Octal 165 301 53 47 0 116 30 132 100 56
Binary 1110101 11000001 101011 100111 0 1001110 11000 1011010 1000000 101110

Color Harmonies of #75C12B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C12B

Black with #75C12B

Text Example


Text Example

White with #75C12B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,193,43); }

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

background-color css

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

 a { background-color: rgb(117,193,43); }

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

border-color css

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

 span { border-color: rgb(117,193,43); }

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