Html Css Color HEX #2BE546 Lime Green

📋 copy color: '#2BE546'

red 43 ◦ green 229 ◦ blue 70

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

Shades of Lime Green #2BE546

Tints of Lime Green #2BE546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.47%

R = 12.57%
G = 66.96%
B = 20.47%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.69

 K value IS 0.10

RGB Variations

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

Color information

#2BE546 (or 0x2BE546) is known color: Lime Green. HEX triplet: 2B, E5 and 46. RGB value is (43,229,70). Sum of RGB (Red+Green+Blue) = 43+229+70=342 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.57% from 342); Green value is 229 (89.84% from 255 or 66.96% from 342); Blue value is 70 (27.73% from 255 or 20.47% from 342); Max value from RGB is 229 - color contains mainly: green. Hex color #2BE546 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BE546 is #D41AB9. Grayscale: #9B9B9B. Windows color (decimal): -13900474 or 4646187. OLE color: 4646187.

HSL color Cylindrical-coordinate representation of color #2BE546: hue angle of 128.71º 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 #2BE546 is Cyan = 0.81, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.

Color convert

RGB 43 229 70 -
CMYK 0.81 0 0.69 0.10
HSL 128.71º 0.78% 0.53% -
HSV(B) 128.71º 0.81% 0.9% -
XYZ 30.12 56.99 15.21 -
YUV 155.26 79.88 47.93 -
System Red Green Blue C M Y K H S L
Decimal 43 229 70 0.81 0 0.69 0.10 128.71 0.78 0.53
Hex 2B E5 46 51 0 45 A 81 4E 35
Octal 53 345 106 121 0 105 12 201 116 65
Binary 101011 11100101 1000110 1010001 0 1000101 1010 10000001 1001110 110101

Color Harmonies of #2BE546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BE546

Black with #2BE546

Text Example


Text Example

White with #2BE546

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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