Html Css Color HEX #2BE945 Lime Green

📋 copy color: '#2BE945'

red 43 ◦ green 233 ◦ blue 69

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

Shades of Lime Green #2BE945

Tints of Lime Green #2BE945

RGB

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

 GREEN value IS 233 (91.41% from 255) = 67.54%

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

R = 12.46%
G = 67.54%
B = 20%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#2BE945 (or 0x2BE945) is known color: Lime Green. HEX triplet: 2B, E9 and 45. RGB value is (43,233,69). Sum of RGB (Red+Green+Blue) = 43+233+69=345 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.46% from 345); Green value is 233 (91.41% from 255 or 67.54% from 345); Blue value is 69 (27.34% from 255 or 20% from 345); Max value from RGB is 233 - color contains mainly: green. Hex color #2BE945 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BE945 is #D416BA. Grayscale: #9D9D9D. Windows color (decimal): -13899451 or 4581675. OLE color: 4581675.

HSL color Cylindrical-coordinate representation of color #2BE945: hue angle of 128.21º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BE945 is Cyan = 0.82, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.

Color convert

RGB 43 233 69 -
CMYK 0.82 0 0.70 0.09
HSL 128.21º 0.81% 0.54% -
HSV(B) 128.21º 0.82% 0.91% -
XYZ 31.21 59.22 15.42 -
YUV 157.49 78.05 46.34 -
System Red Green Blue C M Y K H S L
Decimal 43 233 69 0.82 0 0.70 0.09 128.21 0.81 0.54
Hex 2B E9 45 52 0 46 9 80 51 36
Octal 53 351 105 122 0 106 11 200 121 66
Binary 101011 11101001 1000101 1010010 0 1000110 1001 10000000 1010001 110110

Color Harmonies of #2BE945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BE945

Black with #2BE945

Text Example


Text Example

White with #2BE945

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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