Html Css Color HEX #32BF1A Lime Green

📋 copy color: '#32BF1A'

red 50 ◦ green 191 ◦ blue 26

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

Shades of Lime Green #32BF1A

Tints of Lime Green #32BF1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.74%

R = 18.73%
G = 71.54%
B = 9.74%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#32BF1A (or 0x32BF1A) is known color: Lime Green. HEX triplet: 32, BF and 1A. RGB value is (50,191,26). Sum of RGB (Red+Green+Blue) = 50+191+26=267 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.73% from 267); Green value is 191 (75% from 255 or 71.54% from 267); Blue value is 26 (10.55% from 255 or 9.74% from 267); Max value from RGB is 191 - color contains mainly: green. Hex color #32BF1A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BF1A is #CD40E5. Grayscale: #828282. Windows color (decimal): -13451494 or 1752882. OLE color: 1752882.

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

Color convert

RGB 50 191 26 -
CMYK 0.74 0 0.86 0.25
HSL 111.27º 0.76% 0.43% -
HSV(B) 111.27º 0.86% 0.75% -
XYZ 20.13 38.01 7.25 -
YUV 130.03 69.29 70.92 -
System Red Green Blue C M Y K H S L
Decimal 50 191 26 0.74 0 0.86 0.25 111.27 0.76 0.43
Hex 32 BF 1A 4A 0 56 19 6F 4C 2B
Octal 62 277 32 112 0 126 31 157 114 53
Binary 110010 10111111 11010 1001010 0 1010110 11001 1101111 1001100 101011

Color Harmonies of #32BF1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BF1A

Black with #32BF1A

Text Example


Text Example

White with #32BF1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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