#75BF23

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

Shades of Lima #75BF23

Tints of Lima #75BF23

Color information

#75BF23 (or 0x75BF23) is unknown color: approx Lima. HEX triplet: 75, BF and 23. RGB value is (117,191,35). Sum of RGB (Red+Green+Blue) = 117+191+35=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 191 (75% from 255 or 55.69% from 343); Blue value is 35 (14.06% from 255 or 10.20% from 343); Max value from RGB is 191 - color contains mainly: green. Hex color #75BF23 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75BF23 is #8A40DC. Grayscale: #979797. Windows color (decimal): -9060573 or 2342773. OLE color: 2342773.

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

Color convert

RGB11719135-
CMYK0.3900.820.25
HSL88.46º69.03%44.31%-
HSV(B)88.46º81.68%74.9%-
XYZ26.2741.168.15-
YUV151.0962.48103.68-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.11%
GREEN value IS 191 (75% from 255) = 55.69%
BLUE value IS 35 (14.06% from 255) = 10.20%
R=34.11%
G=55.69%
B=10.20%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal117191350.3900.820.2588.4669.0344.31
Hex75BF23270521958452c
Octal165277434701223113010554
Binary111010110111111100011100111010100101100110110001000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BF23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,191,35); }

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

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

 a { background-color: rgb(117,191,35); }

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

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

 span { border-color: rgb(117,191,35); }

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