Html Css Color HEX #43C032 Lime Green

📋 copy color: '#43C032'

red 67 ◦ green 192 ◦ blue 50

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

Shades of Lime Green #43C032

Tints of Lime Green #43C032

RGB

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

 GREEN value IS 192 (75.39% from 255) = 62.14%

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

R = 21.68%
G = 62.14%
B = 16.18%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#43C032 (or 0x43C032) is known color: Lime Green. HEX triplet: 43, C0 and 32. RGB value is (67,192,50). Sum of RGB (Red+Green+Blue) = 67+192+50=309 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.68% from 309); Green value is 192 (75.39% from 255 or 62.14% from 309); Blue value is 50 (19.92% from 255 or 16.18% from 309); Max value from RGB is 192 - color contains mainly: green. Hex color #43C032 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43C032 is #BC3FCD. Grayscale: #8A8A8A. Windows color (decimal): -12337102 or 3326019. OLE color: 3326019.

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

Color convert

RGB 67 192 50 -
CMYK 0.65 0 0.74 0.25
HSL 112.82º 0.59% 0.47% -
HSV(B) 112.82º 0.74% 0.75% -
XYZ 21.74 39.12 9.42 -
YUV 138.44 78.09 77.05 -
System Red Green Blue C M Y K H S L
Decimal 67 192 50 0.65 0 0.74 0.25 112.82 0.59 0.47
Hex 43 C0 32 41 0 4A 19 71 3B 2F
Octal 103 300 62 101 0 112 31 161 73 57
Binary 1000011 11000000 110010 1000001 0 1001010 11001 1110001 111011 101111

Color Harmonies of #43C032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43C032

Black with #43C032

Text Example


Text Example

White with #43C032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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