Html Css Color HEX #2BE426 Lime Green

📋 copy color: '#2BE426'

red 43 ◦ green 228 ◦ blue 38

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

Shades of Lime Green #2BE426

Tints of Lime Green #2BE426

RGB

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

 GREEN value IS 228 (89.45% from 255) = 73.79%

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

R = 13.92%
G = 73.79%
B = 12.3%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.83

 K value IS 0.11

RGB Variations

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

Color information

#2BE426 (or 0x2BE426) is known color: Lime Green. HEX triplet: 2B, E4 and 26. RGB value is (43,228,38). Sum of RGB (Red+Green+Blue) = 43+228+38=309 (40% of max value = 765). Red value is 43 (17.19% from 255 or 13.92% from 309); Green value is 228 (89.45% from 255 or 73.79% from 309); Blue value is 38 (15.23% from 255 or 12.30% from 309); Max value from RGB is 228 - color contains mainly: green. Hex color #2BE426 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BE426 is #D41BD9. Grayscale: #979797. Windows color (decimal): -13900762 or 2548779. OLE color: 2548779.

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

Color convert

RGB 43 228 38 -
CMYK 0.81 0 0.83 0.11
HSL 118.42º 0.78% 0.52% -
HSV(B) 118.42º 0.83% 0.89% -
XYZ 29.09 56.14 11.14 -
YUV 151.03 64.21 50.95 -
System Red Green Blue C M Y K H S L
Decimal 43 228 38 0.81 0 0.83 0.11 118.42 0.78 0.52
Hex 2B E4 26 51 0 53 B 76 4E 34
Octal 53 344 46 121 0 123 13 166 116 64
Binary 101011 11100100 100110 1010001 0 1010011 1011 1110110 1001110 110100

Color Harmonies of #2BE426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BE426

Black with #2BE426

Text Example


Text Example

White with #2BE426

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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