Html Css Color HEX #2BFA43 Lime Green

📋 copy color: '#2BFA43'

red 43 ◦ green 250 ◦ blue 67

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

Shades of Lime Green #2BFA43

Tints of Lime Green #2BFA43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 18.61%

R = 11.94%
G = 69.44%
B = 18.61%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#2BFA43 (or 0x2BFA43) is known color: Lime Green. HEX triplet: 2B, FA and 43. RGB value is (43,250,67). Sum of RGB (Red+Green+Blue) = 43+250+67=360 (47% of max value = 765). Red value is 43 (17.19% from 255 or 11.94% from 360); Green value is 250 (98.05% from 255 or 69.44% from 360); Blue value is 67 (26.56% from 255 or 18.61% from 360); Max value from RGB is 250 - color contains mainly: green. Hex color #2BFA43 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BFA43 is #D405BC. Grayscale: #A7A7A7. Windows color (decimal): -13895101 or 4454955. OLE color: 4454955.

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

Color convert

RGB 43 250 67 -
CMYK 0.83 0 0.73 0.02
HSL 126.96º 0.95% 0.57% -
HSV(B) 126.96º 0.83% 0.98% -
XYZ 36.19 69.29 16.78 -
YUV 167.25 71.42 39.38 -
System Red Green Blue C M Y K H S L
Decimal 43 250 67 0.83 0 0.73 0.02 126.96 0.95 0.57
Hex 2B FA 43 53 0 49 2 7F 5F 39
Octal 53 372 103 123 0 111 2 177 137 71
Binary 101011 11111010 1000011 1010011 0 1001001 10 1111111 1011111 111001

Color Harmonies of #2BFA43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BFA43

Black with #2BFA43

Text Example


Text Example

White with #2BFA43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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