Html Css Color HEX #2BFA33 Lime Green

📋 copy color: '#2BFA33'

red 43 ◦ green 250 ◦ blue 51

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

Shades of Lime Green #2BFA33

Tints of Lime Green #2BFA33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.83%

R = 12.5%
G = 72.67%
B = 14.83%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#2BFA33 (or 0x2BFA33) is known color: Lime Green. HEX triplet: 2B, FA and 33. RGB value is (43,250,51). Sum of RGB (Red+Green+Blue) = 43+250+51=344 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.5% from 344); Green value is 250 (98.05% from 255 or 72.67% from 344); Blue value is 51 (20.31% from 255 or 14.83% from 344); Max value from RGB is 250 - color contains mainly: green. Hex color #2BFA33 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BFA33 is #D405CC. Grayscale: #A6A6A6. Windows color (decimal): -13895117 or 3406379. OLE color: 3406379.

HSL color Cylindrical-coordinate representation of color #2BFA33: hue angle of 122.32º 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 #2BFA33 is Cyan = 0.83, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB 43 250 51 -
CMYK 0.83 0 0.80 0.02
HSL 122.32º 0.95% 0.57% -
HSV(B) 122.32º 0.83% 0.98% -
XYZ 35.78 69.12 14.59 -
YUV 165.42 63.42 40.68 -
System Red Green Blue C M Y K H S L
Decimal 43 250 51 0.83 0 0.80 0.02 122.32 0.95 0.57
Hex 2B FA 33 53 0 50 2 7A 5F 39
Octal 53 372 63 123 0 120 2 172 137 71
Binary 101011 11111010 110011 1010011 0 1010000 10 1111010 1011111 111001

Color Harmonies of #2BFA33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BFA33

Black with #2BFA33

Text Example


Text Example

White with #2BFA33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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