Html Css Color HEX #2BE126 Lime Green

📋 copy color: '#2BE126'

red 43 ◦ green 225 ◦ blue 38

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

Shades of Lime Green #2BE126

Tints of Lime Green #2BE126

RGB

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

 GREEN value IS 225 (88.28% from 255) = 73.53%

 BLUE value IS 38 (15.23% from 255) = 12.42%

R = 14.05%
G = 73.53%
B = 12.42%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#2BE126 (or 0x2BE126) is known color: Lime Green. HEX triplet: 2B, E1 and 26. RGB value is (43,225,38). Sum of RGB (Red+Green+Blue) = 43+225+38=306 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.05% from 306); Green value is 225 (88.28% from 255 or 73.53% from 306); Blue value is 38 (15.23% from 255 or 12.42% from 306); Max value from RGB is 225 - color contains mainly: green. Hex color #2BE126 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BE126 is #D41ED9. Grayscale: #959595. Windows color (decimal): -13901530 or 2548011. OLE color: 2548011.

HSL color Cylindrical-coordinate representation of color #2BE126: hue angle of 118.4º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BE126 is Cyan = 0.81, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.12.

Color convert

RGB 43 225 38 -
CMYK 0.81 0 0.83 0.12
HSL 118.4º 0.76% 0.52% -
HSV(B) 118.4º 0.83% 0.88% -
XYZ 28.27 54.5 10.86 -
YUV 149.26 65.2 52.21 -
System Red Green Blue C M Y K H S L
Decimal 43 225 38 0.81 0 0.83 0.12 118.4 0.76 0.52
Hex 2B E1 26 51 0 53 C 76 4C 34
Octal 53 341 46 121 0 123 14 166 114 64
Binary 101011 11100001 100110 1010001 0 1010011 1100 1110110 1001100 110100

Color Harmonies of #2BE126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BE126

Black with #2BE126

Text Example


Text Example

White with #2BE126

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,225,38); }

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

background-color css

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

 a { background-color: rgb(43,225,38); }

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

border-color css

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

 span { border-color: rgb(43,225,38); }

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