Html Css Color HEX #2BEA44 Lime Green

📋 copy color: '#2BEA44'

red 43 ◦ green 234 ◦ blue 68

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

Shades of Lime Green #2BEA44

Tints of Lime Green #2BEA44

RGB

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

 GREEN value IS 234 (91.8% from 255) = 67.83%

 BLUE value IS 68 (26.95% from 255) = 19.71%

R = 12.46%
G = 67.83%
B = 19.71%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#2BEA44 (or 0x2BEA44) is known color: Lime Green. HEX triplet: 2B, EA and 44. RGB value is (43,234,68). Sum of RGB (Red+Green+Blue) = 43+234+68=345 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.46% from 345); Green value is 234 (91.80% from 255 or 67.83% from 345); Blue value is 68 (26.95% from 255 or 19.71% from 345); Max value from RGB is 234 - color contains mainly: green. Hex color #2BEA44 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BEA44 is #D415BB. Grayscale: #9E9E9E. Windows color (decimal): -13899196 or 4516395. OLE color: 4516395.

HSL color Cylindrical-coordinate representation of color #2BEA44: hue angle of 127.85º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BEA44 is Cyan = 0.82, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.08.

Color convert

RGB 43 234 68 -
CMYK 0.82 0 0.71 0.08
HSL 127.85º 0.82% 0.54% -
HSV(B) 127.85º 0.82% 0.92% -
XYZ 31.46 59.78 15.35 -
YUV 157.97 77.22 46 -
System Red Green Blue C M Y K H S L
Decimal 43 234 68 0.82 0 0.71 0.08 127.85 0.82 0.54
Hex 2B EA 44 52 0 47 8 80 52 36
Octal 53 352 104 122 0 107 10 200 122 66
Binary 101011 11101010 1000100 1010010 0 1000111 1000 10000000 1010010 110110

Color Harmonies of #2BEA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BEA44

Black with #2BEA44

Text Example


Text Example

White with #2BEA44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,234,68); }

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

background-color css

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

 a { background-color: rgb(43,234,68); }

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

border-color css

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

 span { border-color: rgb(43,234,68); }

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