Html Css Color HEX #43E130 Lime Green

📋 copy color: '#43E130'

red 67 ◦ green 225 ◦ blue 48

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

Shades of Lime Green #43E130

Tints of Lime Green #43E130

RGB

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

 GREEN value IS 225 (88.28% from 255) = 66.18%

 BLUE value IS 48 (19.14% from 255) = 14.12%

R = 19.71%
G = 66.18%
B = 14.12%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#43E130 (or 0x43E130) is known color: Lime Green. HEX triplet: 43, E1 and 30. RGB value is (67,225,48). Sum of RGB (Red+Green+Blue) = 67+225+48=340 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.71% from 340); Green value is 225 (88.28% from 255 or 66.18% from 340); Blue value is 48 (19.14% from 255 or 14.12% from 340); Max value from RGB is 225 - color contains mainly: green. Hex color #43E130 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43E130 is #BC1ECF. Grayscale: #9E9E9E. Windows color (decimal): -12328656 or 3203395. OLE color: 3203395.

HSL color Cylindrical-coordinate representation of color #43E130: hue angle of 113.56º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #43E130 is Cyan = 0.70, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB 67 225 48 -
CMYK 0.70 0 0.79 0.12
HSL 113.56º 0.75% 0.54% -
HSV(B) 113.56º 0.79% 0.88% -
XYZ 29.77 55.26 11.89 -
YUV 157.58 66.15 63.39 -
System Red Green Blue C M Y K H S L
Decimal 67 225 48 0.70 0 0.79 0.12 113.56 0.75 0.54
Hex 43 E1 30 46 0 4F C 72 4B 36
Octal 103 341 60 106 0 117 14 162 113 66
Binary 1000011 11100001 110000 1000110 0 1001111 1100 1110010 1001011 110110

Color Harmonies of #43E130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43E130

Black with #43E130

Text Example


Text Example

White with #43E130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,225,48); }

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

background-color css

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

 a { background-color: rgb(67,225,48); }

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

border-color css

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

 span { border-color: rgb(67,225,48); }

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