Html Css Color HEX #2BF532 Lime Green

📋 copy color: '#2BF532'

red 43 ◦ green 245 ◦ blue 50

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

Shades of Lime Green #2BF532

Tints of Lime Green #2BF532

RGB

 RED value IS 43 (17.19% from 255) = 12.72%

 GREEN value IS 245 (96.09% from 255) = 72.49%

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

R = 12.72%
G = 72.49%
B = 14.79%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#2BF532 (or 0x2BF532) is known color: Lime Green. HEX triplet: 2B, F5 and 32. RGB value is (43,245,50). Sum of RGB (Red+Green+Blue) = 43+245+50=338 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.72% from 338); Green value is 245 (96.09% from 255 or 72.49% from 338); Blue value is 50 (19.92% from 255 or 14.79% from 338); Max value from RGB is 245 - color contains mainly: green. Hex color #2BF532 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BF532 is #D40ACD. Grayscale: #A2A2A2. Windows color (decimal): -13896398 or 3339563. OLE color: 3339563.

HSL color Cylindrical-coordinate representation of color #2BF532: hue angle of 122.08º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BF532 is Cyan = 0.82, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB 43 245 50 -
CMYK 0.82 0 0.80 0.04
HSL 122.08º 0.91% 0.56% -
HSV(B) 122.08º 0.82% 0.96% -
XYZ 34.22 66.05 13.96 -
YUV 162.37 64.58 42.86 -
System Red Green Blue C M Y K H S L
Decimal 43 245 50 0.82 0 0.80 0.04 122.08 0.91 0.56
Hex 2B F5 32 52 0 50 4 7A 5B 38
Octal 53 365 62 122 0 120 4 172 133 70
Binary 101011 11110101 110010 1010010 0 1010000 100 1111010 1011011 111000

Color Harmonies of #2BF532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BF532

Black with #2BF532

Text Example


Text Example

White with #2BF532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2BF532; }

 p { color: rgb(43,245,50); }

 H1.HeaderClassName
 {
   color: #2BF532;
 }
 .AnyTagClassName
 {
   color: #2BF532;
 }
</style>

background-color css

<style>
 a { background-color: #2BF532; }

 a { background-color: rgb(43,245,50); }

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

border-color css

<style>
 span { border-color: #2BF532; }

 span { border-color: rgb(43,245,50); }

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