Html Css Color HEX #2BE526 Lime Green

📋 copy color: '#2BE526'

red 43 ◦ green 229 ◦ blue 38

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

Shades of Lime Green #2BE526

Tints of Lime Green #2BE526

RGB

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

 GREEN value IS 229 (89.84% from 255) = 73.87%

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

R = 13.87%
G = 73.87%
B = 12.26%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.83

 K value IS 0.10

RGB Variations

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

Color information

#2BE526 (or 0x2BE526) is known color: Lime Green. HEX triplet: 2B, E5 and 26. RGB value is (43,229,38). Sum of RGB (Red+Green+Blue) = 43+229+38=310 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.87% from 310); Green value is 229 (89.84% from 255 or 73.87% from 310); Blue value is 38 (15.23% from 255 or 12.26% from 310); Max value from RGB is 229 - color contains mainly: green. Hex color #2BE526 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BE526 is #D41AD9. Grayscale: #989898. Windows color (decimal): -13900506 or 2549035. OLE color: 2549035.

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

Color convert

RGB 43 229 38 -
CMYK 0.81 0 0.83 0.10
HSL 118.43º 0.79% 0.52% -
HSV(B) 118.43º 0.83% 0.9% -
XYZ 29.37 56.69 11.23 -
YUV 151.61 63.88 50.53 -
System Red Green Blue C M Y K H S L
Decimal 43 229 38 0.81 0 0.83 0.10 118.43 0.79 0.52
Hex 2B E5 26 51 0 53 A 76 4F 34
Octal 53 345 46 121 0 123 12 166 117 64
Binary 101011 11100101 100110 1010001 0 1010011 1010 1110110 1001111 110100

Color Harmonies of #2BE526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BE526

Black with #2BE526

Text Example


Text Example

White with #2BE526

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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