Html Css Color HEX #2BE728 Lime Green

📋 copy color: '#2BE728'

red 43 ◦ green 231 ◦ blue 40

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

Shades of Lime Green #2BE728

Tints of Lime Green #2BE728

RGB

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

 GREEN value IS 231 (90.63% from 255) = 73.57%

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

R = 13.69%
G = 73.57%
B = 12.74%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.83

 K value IS 0.09

RGB Variations

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

Color information

#2BE728 (or 0x2BE728) is known color: Lime Green. HEX triplet: 2B, E7 and 28. RGB value is (43,231,40). Sum of RGB (Red+Green+Blue) = 43+231+40=314 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.69% from 314); Green value is 231 (90.62% from 255 or 73.57% from 314); Blue value is 40 (16.02% from 255 or 12.74% from 314); Max value from RGB is 231 - color contains mainly: green. Hex color #2BE728 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BE728 is #D418D7. Grayscale: #999999. Windows color (decimal): -13899992 or 2680619. OLE color: 2680619.

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

Color convert

RGB 43 231 40 -
CMYK 0.81 0 0.83 0.09
HSL 119.06º 0.8% 0.53% -
HSV(B) 119.06º 0.83% 0.91% -
XYZ 29.96 57.82 11.59 -
YUV 153.01 64.22 49.53 -
System Red Green Blue C M Y K H S L
Decimal 43 231 40 0.81 0 0.83 0.09 119.06 0.8 0.53
Hex 2B E7 28 51 0 53 9 77 50 35
Octal 53 347 50 121 0 123 11 167 120 65
Binary 101011 11100111 101000 1010001 0 1010011 1001 1110111 1010000 110101

Color Harmonies of #2BE728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BE728

Black with #2BE728

Text Example


Text Example

White with #2BE728

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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