#75CA22

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

Shades of Lima #75CA22

Tints of Lima #75CA22

Color information

#75CA22 (or 0x75CA22) is unknown color: approx Lima. HEX triplet: 75, CA and 22. RGB value is (117,202,34). Sum of RGB (Red+Green+Blue) = 117+202+34=353 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.14% from 353); Green value is 202 (79.30% from 255 or 57.22% from 353); Blue value is 34 (13.67% from 255 or 9.63% from 353); Max value from RGB is 202 - color contains mainly: green. Hex color #75CA22 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75CA22 is #8A35DD. Grayscale: #9E9E9E. Windows color (decimal): -9057758 or 2280053. OLE color: 2280053.

HSL color Cylindrical-coordinate representation of color #75CA22: hue angle of 90.36º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #75CA22 is Cyan = 0.42, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.21.

Color convert

RGB11720234-
CMYK0.4200.830.21
HSL90.36º71.19%46.27%-
HSV(B)90.36º83.17%79.22%-
XYZ28.7546.148.9-
YUV157.4358.3499.16-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.14%
GREEN value IS 202 (79.30% from 255) = 57.22%
BLUE value IS 34 (13.67% from 255) = 9.63%
R=33.14%
G=57.22%
B=9.63%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal117202340.4200.830.2190.3671.1946.27
Hex75CA222A053155a472e
Octal165312425201232513210756
Binary111010111001010100010101010010100111010110110101000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CA22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,202,34); }

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

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

 a { background-color: rgb(117,202,34); }

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

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

 span { border-color: rgb(117,202,34); }

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