Html Css Color HEX #2BE34A Lime Green

📋 copy color: '#2BE34A'

red 43 ◦ green 227 ◦ blue 74

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

Shades of Lime Green #2BE34A

Tints of Lime Green #2BE34A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.51%

R = 12.5%
G = 65.99%
B = 21.51%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#2BE34A (or 0x2BE34A) is known color: Lime Green. HEX triplet: 2B, E3 and 4A. RGB value is (43,227,74). Sum of RGB (Red+Green+Blue) = 43+227+74=344 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.5% from 344); Green value is 227 (89.06% from 255 or 65.99% from 344); Blue value is 74 (29.30% from 255 or 21.51% from 344); Max value from RGB is 227 - color contains mainly: green. Hex color #2BE34A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BE34A is #D41CB5. Grayscale: #9A9A9A. Windows color (decimal): -13900982 or 4907819. OLE color: 4907819.

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

Color convert

RGB 43 227 74 -
CMYK 0.81 0 0.67 0.11
HSL 130.11º 0.77% 0.53% -
HSV(B) 130.11º 0.81% 0.89% -
XYZ 29.7 55.95 15.71 -
YUV 154.54 82.54 48.44 -
System Red Green Blue C M Y K H S L
Decimal 43 227 74 0.81 0 0.67 0.11 130.11 0.77 0.53
Hex 2B E3 4A 51 0 43 B 82 4D 35
Octal 53 343 112 121 0 103 13 202 115 65
Binary 101011 11100011 1001010 1010001 0 1000011 1011 10000010 1001101 110101

Color Harmonies of #2BE34A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BE34A

Black with #2BE34A

Text Example


Text Example

White with #2BE34A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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