Html Css Color HEX #2BE545 Lime Green

📋 copy color: '#2BE545'

red 43 ◦ green 229 ◦ blue 69

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

Shades of Lime Green #2BE545

Tints of Lime Green #2BE545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.23%

R = 12.61%
G = 67.16%
B = 20.23%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.70

 K value IS 0.10

RGB Variations

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

Color information

#2BE545 (or 0x2BE545) is known color: Lime Green. HEX triplet: 2B, E5 and 45. RGB value is (43,229,69). Sum of RGB (Red+Green+Blue) = 43+229+69=341 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.61% from 341); Green value is 229 (89.84% from 255 or 67.16% from 341); Blue value is 69 (27.34% from 255 or 20.23% from 341); Max value from RGB is 229 - color contains mainly: green. Hex color #2BE545 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BE545 is #D41ABA. Grayscale: #9B9B9B. Windows color (decimal): -13900475 or 4580651. OLE color: 4580651.

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

Color convert

RGB 43 229 69 -
CMYK 0.81 0 0.70 0.10
HSL 128.39º 0.78% 0.53% -
HSV(B) 128.39º 0.81% 0.9% -
XYZ 30.09 56.98 15.04 -
YUV 155.15 79.38 48.01 -
System Red Green Blue C M Y K H S L
Decimal 43 229 69 0.81 0 0.70 0.10 128.39 0.78 0.53
Hex 2B E5 45 51 0 46 A 80 4E 35
Octal 53 345 105 121 0 106 12 200 116 65
Binary 101011 11100101 1000101 1010001 0 1000110 1010 10000000 1001110 110101

Color Harmonies of #2BE545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BE545

Black with #2BE545

Text Example


Text Example

White with #2BE545

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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