#43CA52

Color #43CA52 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #43CA52

Tints of Lime Green #43CA52

Color information

#43CA52 (or 0x43CA52) is unknown color: approx Lime Green. HEX triplet: 43, CA and 52. RGB value is (67,202,82). Sum of RGB (Red+Green+Blue) = 67+202+82=351 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.09% from 351); Green value is 202 (79.30% from 255 or 57.55% from 351); Blue value is 82 (32.42% from 255 or 23.36% from 351); Max value from RGB is 202 - color contains mainly: green. Hex color #43CA52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #43CA52 is #BC35AD. Grayscale: #949494. Windows color (decimal): -12334510 or 5425731. OLE color: 5425731.

HSL color Cylindrical-coordinate representation of color #43CA52: hue angle of 126.67º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #43CA52 is Cyan = 0.67, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB6720282-
CMYK0.6700.590.21
HSL126.67º56.02%52.75%-
HSV(B)126.67º66.83%79.22%-
XYZ24.9644.0415.17-
YUV147.9690.7770.26-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 19.09%
GREEN value IS 202 (79.30% from 255) = 57.55%
BLUE value IS 82 (32.42% from 255) = 23.36%
R=19.09%
G=57.55%
B=23.36%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal67202820.6700.590.21126.6756.0252.75
Hex43CA524303B157f3835
Octal103312122103073251777065
Binary100001111001010101001010000110111011101011111111111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43CA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43CA52; }

 p { color: rgb(67,202,82); }

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

<style>
 a { background-color: #43CA52; }

 a { background-color: rgb(67,202,82); }

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

<style>
 span { border-color: #43CA52; }

 span { border-color: rgb(67,202,82); }

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