Html Css Color HEX #2BFA32 Lime Green

📋 copy color: '#2BFA32'

red 43 ◦ green 250 ◦ blue 50

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

Shades of Lime Green #2BFA32

Tints of Lime Green #2BFA32

RGB

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

 GREEN value IS 250 (98.05% from 255) = 72.89%

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

R = 12.54%
G = 72.89%
B = 14.58%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.8

 K value IS 0.02

RGB Variations

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

Color information

#2BFA32 (or 0x2BFA32) is known color: Lime Green. HEX triplet: 2B, FA and 32. RGB value is (43,250,50). Sum of RGB (Red+Green+Blue) = 43+250+50=343 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.54% from 343); Green value is 250 (98.05% from 255 or 72.89% from 343); Blue value is 50 (19.92% from 255 or 14.58% from 343); Max value from RGB is 250 - color contains mainly: green. Hex color #2BFA32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BFA32 is #D405CD. Grayscale: #A5A5A5. Windows color (decimal): -13895118 or 3340843. OLE color: 3340843.

HSL color Cylindrical-coordinate representation of color #2BFA32: hue angle of 122.03º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFA32 is Cyan = 0.83, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.02.

Color convert

RGB 43 250 50 -
CMYK 0.83 0 0.8 0.02
HSL 122.03º 0.95% 0.57% -
HSV(B) 122.03º 0.83% 0.98% -
XYZ 35.76 69.12 14.47 -
YUV 165.31 62.92 40.76 -
System Red Green Blue C M Y K H S L
Decimal 43 250 50 0.83 0 0.8 0.02 122.03 0.95 0.57
Hex 2B FA 32 53 0 50 2 7A 5F 39
Octal 53 372 62 123 0 120 2 172 137 71
Binary 101011 11111010 110010 1010011 0 1010000 10 1111010 1011111 111001

Color Harmonies of #2BFA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BFA32

Black with #2BFA32

Text Example


Text Example

White with #2BFA32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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