Html Css Color HEX #43C232 Lime Green

📋 copy color: '#43C232'

red 67 ◦ green 194 ◦ blue 50

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

Shades of Lime Green #43C232

Tints of Lime Green #43C232

RGB

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

 GREEN value IS 194 (76.17% from 255) = 62.38%

 BLUE value IS 50 (19.92% from 255) = 16.08%

R = 21.54%
G = 62.38%
B = 16.08%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#43C232 (or 0x43C232) is known color: Lime Green. HEX triplet: 43, C2 and 32. RGB value is (67,194,50). Sum of RGB (Red+Green+Blue) = 67+194+50=311 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.54% from 311); Green value is 194 (76.17% from 255 or 62.38% from 311); Blue value is 50 (19.92% from 255 or 16.08% from 311); Max value from RGB is 194 - color contains mainly: green. Hex color #43C232 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43C232 is #BC3DCD. Grayscale: #8C8C8C. Windows color (decimal): -12336590 or 3326531. OLE color: 3326531.

HSL color Cylindrical-coordinate representation of color #43C232: hue angle of 112.92º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #43C232 is Cyan = 0.65, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 67 194 50 -
CMYK 0.65 0 0.74 0.24
HSL 112.92º 0.59% 0.48% -
HSV(B) 112.92º 0.74% 0.76% -
XYZ 22.18 40.01 9.57 -
YUV 139.61 77.42 76.21 -
System Red Green Blue C M Y K H S L
Decimal 67 194 50 0.65 0 0.74 0.24 112.92 0.59 0.48
Hex 43 C2 32 41 0 4A 18 71 3B 30
Octal 103 302 62 101 0 112 30 161 73 60
Binary 1000011 11000010 110010 1000001 0 1001010 11000 1110001 111011 110000

Color Harmonies of #43C232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43C232

Black with #43C232

Text Example


Text Example

White with #43C232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,194,50); }

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

background-color css

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

 a { background-color: rgb(67,194,50); }

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

border-color css

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

 span { border-color: rgb(67,194,50); }

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