Html Css Color HEX #2BFF43 Lime Green

📋 copy color: '#2BFF43'

red 43 ◦ green 255 ◦ blue 67

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

Shades of Lime Green #2BFF43

Tints of Lime Green #2BFF43

RGB

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

 GREEN value IS 255 (100% from 255) = 69.86%

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

R = 11.78%
G = 69.86%
B = 18.36%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.74

 K value IS 0

RGB Variations

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

Color information

#2BFF43 (or 0x2BFF43) is known color: Lime Green. HEX triplet: 2B, FF and 43. RGB value is (43,255,67). Sum of RGB (Red+Green+Blue) = 43+255+67=365 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.78% from 365); Green value is 255 (100% from 255 or 69.86% from 365); Blue value is 67 (26.56% from 255 or 18.36% from 365); Max value from RGB is 255 - color contains mainly: green. Hex color #2BFF43 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BFF43 is #D400BC. Grayscale: #AAAAAA. Windows color (decimal): -13893821 or 4456235. OLE color: 4456235.

HSL color Cylindrical-coordinate representation of color #2BFF43: hue angle of 126.79º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFF43 is Cyan = 0.83, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.

Color convert

RGB 43 255 67 -
CMYK 0.83 0 0.74 0
HSL 126.79º 1% 0.58% -
HSV(B) 126.79º 0.83% 1% -
XYZ 37.77 72.44 17.3 -
YUV 170.18 69.76 37.29 -
System Red Green Blue C M Y K H S L
Decimal 43 255 67 0.83 0 0.74 0 126.79 1 0.58
Hex 2B FF 43 53 0 4A 0 7F 64 3A
Octal 53 377 103 123 0 112 0 177 144 72
Binary 101011 11111111 1000011 1010011 0 1001010 0 1111111 1100100 111010

Color Harmonies of #2BFF43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BFF43

Black with #2BFF43

Text Example


Text Example

White with #2BFF43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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