Html Css Color HEX #2BFB40 Lime Green

📋 copy color: '#2BFB40'

red 43 ◦ green 251 ◦ blue 64

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

Shades of Lime Green #2BFB40

Tints of Lime Green #2BFB40

RGB

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

 GREEN value IS 251 (98.44% from 255) = 70.11%

 BLUE value IS 64 (25.39% from 255) = 17.88%

R = 12.01%
G = 70.11%
B = 17.88%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#2BFB40 (or 0x2BFB40) is known color: Lime Green. HEX triplet: 2B, FB and 40. RGB value is (43,251,64). Sum of RGB (Red+Green+Blue) = 43+251+64=358 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.01% from 358); Green value is 251 (98.44% from 255 or 70.11% from 358); Blue value is 64 (25.39% from 255 or 17.88% from 358); Max value from RGB is 251 - color contains mainly: green. Hex color #2BFB40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BFB40 is #D404BF. Grayscale: #A8A8A8. Windows color (decimal): -13894848 or 4258603. OLE color: 4258603.

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

Color convert

RGB 43 251 64 -
CMYK 0.83 0 0.75 0.02
HSL 126.06º 0.96% 0.58% -
HSV(B) 126.06º 0.83% 0.98% -
XYZ 36.42 69.88 16.42 -
YUV 167.49 69.59 39.21 -
System Red Green Blue C M Y K H S L
Decimal 43 251 64 0.83 0 0.75 0.02 126.06 0.96 0.58
Hex 2B FB 40 53 0 4B 2 7E 60 3A
Octal 53 373 100 123 0 113 2 176 140 72
Binary 101011 11111011 1000000 1010011 0 1001011 10 1111110 1100000 111010

Color Harmonies of #2BFB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BFB40

Black with #2BFB40

Text Example


Text Example

White with #2BFB40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,251,64); }

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

background-color css

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

 a { background-color: rgb(43,251,64); }

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

border-color css

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

 span { border-color: rgb(43,251,64); }

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