Html Css Color HEX #2BFE3A Lime Green

📋 copy color: '#2BFE3A'

red 43 ◦ green 254 ◦ blue 58

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

Shades of Lime Green #2BFE3A

Tints of Lime Green #2BFE3A

RGB

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

 GREEN value IS 254 (99.61% from 255) = 71.55%

 BLUE value IS 58 (23.05% from 255) = 16.34%

R = 12.11%
G = 71.55%
B = 16.34%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.77

 K value IS 0.00

RGB Variations

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

Color information

#2BFE3A (or 0x2BFE3A) is known color: Lime Green. HEX triplet: 2B, FE and 3A. RGB value is (43,254,58). Sum of RGB (Red+Green+Blue) = 43+254+58=355 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.11% from 355); Green value is 254 (99.61% from 255 or 71.55% from 355); Blue value is 58 (23.05% from 255 or 16.34% from 355); Max value from RGB is 254 - color contains mainly: green. Hex color #2BFE3A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BFE3A is #D401C5. Grayscale: #A9A9A9. Windows color (decimal): -13894086 or 3866155. OLE color: 3866155.

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

Color convert

RGB 43 254 58 -
CMYK 0.83 0 0.77 0.00
HSL 124.27º 0.99% 0.58% -
HSV(B) 124.27º 0.83% 1% -
XYZ 37.2 71.7 15.88 -
YUV 168.57 65.6 38.44 -
System Red Green Blue C M Y K H S L
Decimal 43 254 58 0.83 0 0.77 0.00 124.27 0.99 0.58
Hex 2B FE 3A 53 0 4D 0 7C 63 3A
Octal 53 376 72 123 0 115 0 174 143 72
Binary 101011 11111110 111010 1010011 0 1001101 0 1111100 1100011 111010

Color Harmonies of #2BFE3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BFE3A

Black with #2BFE3A

Text Example


Text Example

White with #2BFE3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,254,58); }

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

background-color css

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

 a { background-color: rgb(43,254,58); }

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

border-color css

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

 span { border-color: rgb(43,254,58); }

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