Html Css Color HEX #2BE641 Lime Green

📋 copy color: '#2BE641'

red 43 ◦ green 230 ◦ blue 65

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

Shades of Lime Green #2BE641

Tints of Lime Green #2BE641

RGB

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

 GREEN value IS 230 (90.23% from 255) = 68.05%

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

R = 12.72%
G = 68.05%
B = 19.23%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#2BE641 (or 0x2BE641) is known color: Lime Green. HEX triplet: 2B, E6 and 41. RGB value is (43,230,65). Sum of RGB (Red+Green+Blue) = 43+230+65=338 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.72% from 338); Green value is 230 (90.23% from 255 or 68.05% from 338); Blue value is 65 (25.78% from 255 or 19.23% from 338); Max value from RGB is 230 - color contains mainly: green. Hex color #2BE641 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BE641 is #D419BE. Grayscale: #9B9B9B. Windows color (decimal): -13900223 or 4318763. OLE color: 4318763.

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

Color convert

RGB 43 230 65 -
CMYK 0.81 0 0.72 0.10
HSL 127.06º 0.79% 0.54% -
HSV(B) 127.06º 0.81% 0.9% -
XYZ 30.25 57.49 14.5 -
YUV 155.28 77.05 47.92 -
System Red Green Blue C M Y K H S L
Decimal 43 230 65 0.81 0 0.72 0.10 127.06 0.79 0.54
Hex 2B E6 41 51 0 48 A 7F 4F 36
Octal 53 346 101 121 0 110 12 177 117 66
Binary 101011 11100110 1000001 1010001 0 1001000 1010 1111111 1001111 110110

Color Harmonies of #2BE641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BE641

Black with #2BE641

Text Example


Text Example

White with #2BE641

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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