Html Css Color HEX #2BE341 Lime Green

📋 copy color: '#2BE341'

red 43 ◦ green 227 ◦ blue 65

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

Shades of Lime Green #2BE341

Tints of Lime Green #2BE341

RGB

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

 GREEN value IS 227 (89.06% from 255) = 67.76%

 BLUE value IS 65 (25.78% from 255) = 19.4%

R = 12.84%
G = 67.76%
B = 19.4%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.71

 K value IS 0.11

RGB Variations

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

Color information

#2BE341 (or 0x2BE341) is known color: Lime Green. HEX triplet: 2B, E3 and 41. RGB value is (43,227,65). Sum of RGB (Red+Green+Blue) = 43+227+65=335 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.84% from 335); Green value is 227 (89.06% from 255 or 67.76% from 335); Blue value is 65 (25.78% from 255 or 19.40% from 335); Max value from RGB is 227 - color contains mainly: green. Hex color #2BE341 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BE341 is #D41CBE. Grayscale: #999999. Windows color (decimal): -13900991 or 4317995. OLE color: 4317995.

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

Color convert

RGB 43 227 65 -
CMYK 0.81 0 0.71 0.11
HSL 127.17º 0.77% 0.53% -
HSV(B) 127.17º 0.81% 0.89% -
XYZ 29.42 55.83 14.23 -
YUV 153.52 78.04 49.17 -
System Red Green Blue C M Y K H S L
Decimal 43 227 65 0.81 0 0.71 0.11 127.17 0.77 0.53
Hex 2B E3 41 51 0 47 B 7F 4D 35
Octal 53 343 101 121 0 107 13 177 115 65
Binary 101011 11100011 1000001 1010001 0 1000111 1011 1111111 1001101 110101

Color Harmonies of #2BE341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BE341

Black with #2BE341

Text Example


Text Example

White with #2BE341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,227,65); }

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

background-color css

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

 a { background-color: rgb(43,227,65); }

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

border-color css

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

 span { border-color: rgb(43,227,65); }

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