Html Css Color HEX #43BF32 Lime Green

📋 copy color: '#43BF32'

red 67 ◦ green 191 ◦ blue 50

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

Shades of Lime Green #43BF32

Tints of Lime Green #43BF32

RGB

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

 GREEN value IS 191 (75% from 255) = 62.01%

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

R = 21.75%
G = 62.01%
B = 16.23%

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

#43BF32 (or 0x43BF32) is known color: Lime Green. HEX triplet: 43, BF and 32. RGB value is (67,191,50). Sum of RGB (Red+Green+Blue) = 67+191+50=308 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.75% from 308); Green value is 191 (75% from 255 or 62.01% from 308); Blue value is 50 (19.92% from 255 or 16.23% from 308); Max value from RGB is 191 - color contains mainly: green. Hex color #43BF32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43BF32 is #BC40CD. Grayscale: #8A8A8A. Windows color (decimal): -12337358 or 3325763. OLE color: 3325763.

HSL color Cylindrical-coordinate representation of color #43BF32: hue angle of 112.77º 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 #43BF32 is Cyan = 0.65, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 67 191 50 -
CMYK 0.65 0 0.74 0.25
HSL 112.77º 0.59% 0.47% -
HSV(B) 112.77º 0.74% 0.75% -
XYZ 21.52 38.69 9.35 -
YUV 137.85 78.42 77.46 -
System Red Green Blue C M Y K H S L
Decimal 67 191 50 0.65 0 0.74 0.25 112.77 0.59 0.47
Hex 43 BF 32 41 0 4A 19 71 3B 2F
Octal 103 277 62 101 0 112 31 161 73 57
Binary 1000011 10111111 110010 1000001 0 1001010 11001 1110001 111011 101111

Color Harmonies of #43BF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43BF32

Black with #43BF32

Text Example


Text Example

White with #43BF32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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