Html Css Color HEX #32BF23 Lime Green

📋 copy color: '#32BF23'

red 50 ◦ green 191 ◦ blue 35

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

Shades of Lime Green #32BF23

Tints of Lime Green #32BF23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 12.68%

R = 18.12%
G = 69.2%
B = 12.68%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#32BF23 (or 0x32BF23) is known color: Lime Green. HEX triplet: 32, BF and 23. RGB value is (50,191,35). Sum of RGB (Red+Green+Blue) = 50+191+35=276 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.12% from 276); Green value is 191 (75% from 255 or 69.20% from 276); Blue value is 35 (14.06% from 255 or 12.68% from 276); Max value from RGB is 191 - color contains mainly: green. Hex color #32BF23 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BF23 is #CD40DC. Grayscale: #838383. Windows color (decimal): -13451485 or 2342706. OLE color: 2342706.

HSL color Cylindrical-coordinate representation of color #32BF23: hue angle of 114.23º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #32BF23 is Cyan = 0.74, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB 50 191 35 -
CMYK 0.74 0 0.82 0.25
HSL 114.23º 0.69% 0.44% -
HSV(B) 114.23º 0.82% 0.75% -
XYZ 20.25 38.06 7.87 -
YUV 131.06 73.79 70.18 -
System Red Green Blue C M Y K H S L
Decimal 50 191 35 0.74 0 0.82 0.25 114.23 0.69 0.44
Hex 32 BF 23 4A 0 52 19 72 45 2C
Octal 62 277 43 112 0 122 31 162 105 54
Binary 110010 10111111 100011 1001010 0 1010010 11001 1110010 1000101 101100

Color Harmonies of #32BF23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BF23

Black with #32BF23

Text Example


Text Example

White with #32BF23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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