Html Css Color HEX #2BF93B Lime Green

📋 copy color: '#2BF93B'

red 43 ◦ green 249 ◦ blue 59

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

Shades of Lime Green #2BF93B

Tints of Lime Green #2BF93B

RGB

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

 GREEN value IS 249 (97.66% from 255) = 70.94%

 BLUE value IS 59 (23.44% from 255) = 16.81%

R = 12.25%
G = 70.94%
B = 16.81%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#2BF93B (or 0x2BF93B) is known color: Lime Green. HEX triplet: 2B, F9 and 3B. RGB value is (43,249,59). Sum of RGB (Red+Green+Blue) = 43+249+59=351 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.25% from 351); Green value is 249 (97.66% from 255 or 70.94% from 351); Blue value is 59 (23.44% from 255 or 16.81% from 351); Max value from RGB is 249 - color contains mainly: green. Hex color #2BF93B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BF93B is #D406C4. Grayscale: #A6A6A6. Windows color (decimal): -13895365 or 3930411. OLE color: 3930411.

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

Color convert

RGB 43 249 59 -
CMYK 0.83 0 0.76 0.02
HSL 124.66º 0.94% 0.57% -
HSV(B) 124.66º 0.83% 0.98% -
XYZ 35.66 68.58 15.5 -
YUV 165.75 67.75 40.45 -
System Red Green Blue C M Y K H S L
Decimal 43 249 59 0.83 0 0.76 0.02 124.66 0.94 0.57
Hex 2B F9 3B 53 0 4C 2 7D 5E 39
Octal 53 371 73 123 0 114 2 175 136 71
Binary 101011 11111001 111011 1010011 0 1001100 10 1111101 1011110 111001

Color Harmonies of #2BF93B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BF93B

Black with #2BF93B

Text Example


Text Example

White with #2BF93B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,249,59); }

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

background-color css

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

 a { background-color: rgb(43,249,59); }

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

border-color css

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

 span { border-color: rgb(43,249,59); }

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