Html Css Color HEX #43D522 Lime Green

📋 copy color: '#43D522'

red 67 ◦ green 213 ◦ blue 34

#43D522
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #43D522

Tints of Lime Green #43D522

RGB

 RED value IS 67 (26.56% from 255) = 21.34%

 GREEN value IS 213 (83.59% from 255) = 67.83%

 BLUE value IS 34 (13.67% from 255) = 10.83%

R = 21.34%
G = 67.83%
B = 10.83%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#43D522 (or 0x43D522) is known color: Lime Green. HEX triplet: 43, D5 and 22. RGB value is (67,213,34). Sum of RGB (Red+Green+Blue) = 67+213+34=314 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.34% from 314); Green value is 213 (83.59% from 255 or 67.83% from 314); Blue value is 34 (13.67% from 255 or 10.83% from 314); Max value from RGB is 213 - color contains mainly: green. Hex color #43D522 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43D522 is #BC2ADD. Grayscale: #959595. Windows color (decimal): -12331742 or 2282819. OLE color: 2282819.

HSL color Cylindrical-coordinate representation of color #43D522: hue angle of 108.94º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #43D522 is Cyan = 0.69, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB 67 213 34 -
CMYK 0.69 0 0.84 0.16
HSL 108.94º 0.72% 0.48% -
HSV(B) 108.94º 0.84% 0.84% -
XYZ 26.4 48.9 9.56 -
YUV 148.94 63.13 69.55 -
System Red Green Blue C M Y K H S L
Decimal 67 213 34 0.69 0 0.84 0.16 108.94 0.72 0.48
Hex 43 D5 22 45 0 54 10 6D 48 30
Octal 103 325 42 105 0 124 20 155 110 60
Binary 1000011 11010101 100010 1000101 0 1010100 10000 1101101 1001000 110000

Color Harmonies of #43D522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43D522

Black with #43D522

Text Example


Text Example

White with #43D522

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,213,34); }

 H1.HeaderClassName
 {
   color: #43D522;
 }
 .AnyTagClassName
 {
   color: #43D522;
 }
</style>

background-color css

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

 a { background-color: rgb(67,213,34); }

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

border-color css

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

 span { border-color: rgb(67,213,34); }

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