Html Css Color HEX #2BE328 Lime Green

📋 copy color: '#2BE328'

red 43 ◦ green 227 ◦ blue 40

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

Shades of Lime Green #2BE328

Tints of Lime Green #2BE328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.9%

R = 13.87%
G = 73.23%
B = 12.9%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#2BE328 (or 0x2BE328) is known color: Lime Green. HEX triplet: 2B, E3 and 28. RGB value is (43,227,40). Sum of RGB (Red+Green+Blue) = 43+227+40=310 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.87% from 310); Green value is 227 (89.06% from 255 or 73.23% from 310); Blue value is 40 (16.02% from 255 or 12.90% from 310); Max value from RGB is 227 - color contains mainly: green. Hex color #2BE328 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BE328 is #D41CD7. Grayscale: #979797. Windows color (decimal): -13901016 or 2679595. OLE color: 2679595.

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

Color convert

RGB 43 227 40 -
CMYK 0.81 0 0.82 0.11
HSL 119.04º 0.77% 0.52% -
HSV(B) 119.04º 0.82% 0.89% -
XYZ 28.85 55.6 11.22 -
YUV 150.67 65.54 51.21 -
System Red Green Blue C M Y K H S L
Decimal 43 227 40 0.81 0 0.82 0.11 119.04 0.77 0.52
Hex 2B E3 28 51 0 52 B 77 4D 34
Octal 53 343 50 121 0 122 13 167 115 64
Binary 101011 11100011 101000 1010001 0 1010010 1011 1110111 1001101 110100

Color Harmonies of #2BE328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BE328

Black with #2BE328

Text Example


Text Example

White with #2BE328

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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