#75C021

Color #75C021 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #75C021

Tints of Lima #75C021

Color information

#75C021 (or 0x75C021) is unknown color: approx Lima. HEX triplet: 75, C0 and 21. RGB value is (117,192,33). Sum of RGB (Red+Green+Blue) = 117+192+33=342 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.21% from 342); Green value is 192 (75.39% from 255 or 56.14% from 342); Blue value is 33 (13.28% from 255 or 9.65% from 342); Max value from RGB is 192 - color contains mainly: green. Hex color #75C021 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C021 is #8A3FDE. Grayscale: #989898. Windows color (decimal): -9060319 or 2211957. OLE color: 2211957.

HSL color Cylindrical-coordinate representation of color #75C021: hue angle of 88.3º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #75C021 is Cyan = 0.39, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB11719233-
CMYK0.3900.830.25
HSL88.3º70.67%44.12%-
HSV(B)88.3º82.81%75.29%-
XYZ26.4641.598.07-
YUV151.4561.15103.43-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.21%
GREEN value IS 192 (75.39% from 255) = 56.14%
BLUE value IS 33 (13.28% from 255) = 9.65%
R=34.21%
G=56.14%
B=9.65%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal117192330.3900.830.2588.370.6744.12
Hex75C021270531958472c
Octal165300414701233113010754
Binary111010111000000100001100111010100111100110110001000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,192,33); }

 H1.HeaderClassName
 {
   color: #75C021;
 }
 .AnyTagClassName
 {
   color: #75C021;
 }
</style>
background-color css

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

 a { background-color: rgb(117,192,33); }

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

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

 span { border-color: rgb(117,192,33); }

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