#75BE2A

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

Shades of Lima #75BE2A

Tints of Lima #75BE2A

Color information

#75BE2A (or 0x75BE2A) is unknown color: approx Lima. HEX triplet: 75, BE and 2A. RGB value is (117,190,42). Sum of RGB (Red+Green+Blue) = 117+190+42=349 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.52% from 349); Green value is 190 (74.61% from 255 or 54.44% from 349); Blue value is 42 (16.80% from 255 or 12.03% from 349); Max value from RGB is 190 - color contains mainly: green. Hex color #75BE2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75BE2A is #8A41D5. Grayscale: #979797. Windows color (decimal): -9060822 or 2801269. OLE color: 2801269.

HSL color Cylindrical-coordinate representation of color #75BE2A: hue angle of 89.59º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #75BE2A is Cyan = 0.38, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB11719042-
CMYK0.3800.780.25
HSL89.59º63.79%45.49%-
HSV(B)89.59º77.89%74.51%-
XYZ26.1740.788.68-
YUV151.366.32103.53-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.52%
GREEN value IS 190 (74.61% from 255) = 54.44%
BLUE value IS 42 (16.80% from 255) = 12.03%
R=33.52%
G=54.44%
B=12.03%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal117190420.3800.780.2589.5963.7945.49
Hex75BE2A2604E195a402d
Octal165276524601163113210055
Binary111010110111110101010100110010011101100110110101000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BE2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,190,42); }

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

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

 a { background-color: rgb(117,190,42); }

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

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

 span { border-color: rgb(117,190,42); }

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