Html Css Color HEX #32BF43 Lime Green

📋 copy color: '#32BF43'

red 50 ◦ green 191 ◦ blue 67

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

Shades of Lime Green #32BF43

Tints of Lime Green #32BF43

RGB

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

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

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

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

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

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

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

Color convert

RGB 50 191 67 -
CMYK 0.74 0 0.65 0.25
HSL 127.23º 0.59% 0.47% -
HSV(B) 127.23º 0.74% 0.75% -
XYZ 20.96 38.34 11.61 -
YUV 134.71 89.79 67.58 -
System Red Green Blue C M Y K H S L
Decimal 50 191 67 0.74 0 0.65 0.25 127.23 0.59 0.47
Hex 32 BF 43 4A 0 41 19 7F 3B 2F
Octal 62 277 103 112 0 101 31 177 73 57
Binary 110010 10111111 1000011 1001010 0 1000001 11001 1111111 111011 101111

Color Harmonies of #32BF43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BF43

Black with #32BF43

Text Example


Text Example

White with #32BF43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32BF43; }

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

 H1.HeaderClassName
 {
   color: #32BF43;
 }
 .AnyTagClassName
 {
   color: #32BF43;
 }
</style>

background-color css

<style>
 a { background-color: #32BF43; }

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

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

border-color css

<style>
 span { border-color: #32BF43; }

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

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