Html Css Color HEX #2BE926 Lime Green

📋 copy color: '#2BE926'

red 43 ◦ green 233 ◦ blue 38

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

Shades of Lime Green #2BE926

Tints of Lime Green #2BE926

RGB

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

 GREEN value IS 233 (91.41% from 255) = 74.2%

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

R = 13.69%
G = 74.2%
B = 12.1%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.84

 K value IS 0.09

RGB Variations

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

Color information

#2BE926 (or 0x2BE926) is known color: Lime Green. HEX triplet: 2B, E9 and 26. RGB value is (43,233,38). Sum of RGB (Red+Green+Blue) = 43+233+38=314 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.69% from 314); Green value is 233 (91.41% from 255 or 74.20% from 314); Blue value is 38 (15.23% from 255 or 12.10% from 314); Max value from RGB is 233 - color contains mainly: green. Hex color #2BE926 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BE926 is #D416D9. Grayscale: #9A9A9A. Windows color (decimal): -13899482 or 2550059. OLE color: 2550059.

HSL color Cylindrical-coordinate representation of color #2BE926: hue angle of 118.46º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2BE926 is Cyan = 0.82, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.

Color convert

RGB 43 233 38 -
CMYK 0.82 0 0.84 0.09
HSL 118.46º 0.82% 0.53% -
HSV(B) 118.46º 0.84% 0.91% -
XYZ 30.49 58.93 11.6 -
YUV 153.96 62.55 48.86 -
System Red Green Blue C M Y K H S L
Decimal 43 233 38 0.82 0 0.84 0.09 118.46 0.82 0.53
Hex 2B E9 26 52 0 54 9 76 52 35
Octal 53 351 46 122 0 124 11 166 122 65
Binary 101011 11101001 100110 1010010 0 1010100 1001 1110110 1010010 110101

Color Harmonies of #2BE926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BE926

Black with #2BE926

Text Example


Text Example

White with #2BE926

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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