Html Css Color HEX #2BFC37 Lime Green

📋 copy color: '#2BFC37'

red 43 ◦ green 252 ◦ blue 55

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

Shades of Lime Green #2BFC37

Tints of Lime Green #2BFC37

RGB

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

 GREEN value IS 252 (98.83% from 255) = 72%

 BLUE value IS 55 (21.88% from 255) = 15.71%

R = 12.29%
G = 72%
B = 15.71%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.78

 K value IS 0.01

RGB Variations

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

Color information

#2BFC37 (or 0x2BFC37) is known color: Lime Green. HEX triplet: 2B, FC and 37. RGB value is (43,252,55). Sum of RGB (Red+Green+Blue) = 43+252+55=350 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.29% from 350); Green value is 252 (98.83% from 255 or 72% from 350); Blue value is 55 (21.88% from 255 or 15.71% from 350); Max value from RGB is 252 - color contains mainly: green. Hex color #2BFC37 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BFC37 is #D403C8. Grayscale: #A7A7A7. Windows color (decimal): -13894601 or 3669035. OLE color: 3669035.

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

Color convert

RGB 43 252 55 -
CMYK 0.83 0 0.78 0.01
HSL 123.45º 0.97% 0.58% -
HSV(B) 123.45º 0.83% 0.99% -
XYZ 36.5 70.41 15.28 -
YUV 167.05 64.76 39.52 -
System Red Green Blue C M Y K H S L
Decimal 43 252 55 0.83 0 0.78 0.01 123.45 0.97 0.58
Hex 2B FC 37 53 0 4E 1 7B 61 3A
Octal 53 374 67 123 0 116 1 173 141 72
Binary 101011 11111100 110111 1010011 0 1001110 1 1111011 1100001 111010

Color Harmonies of #2BFC37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BFC37

Black with #2BFC37

Text Example


Text Example

White with #2BFC37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,252,55); }

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

background-color css

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

 a { background-color: rgb(43,252,55); }

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

border-color css

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

 span { border-color: rgb(43,252,55); }

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