Html Css Color HEX #2BE323 Lime Green

📋 copy color: '#2BE323'

red 43 ◦ green 227 ◦ blue 35

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

Shades of Lime Green #2BE323

Tints of Lime Green #2BE323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.48%

R = 14.1%
G = 74.43%
B = 11.48%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.85

 K value IS 0.11

RGB Variations

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

Color information

#2BE323 (or 0x2BE323) is known color: Lime Green. HEX triplet: 2B, E3 and 23. RGB value is (43,227,35). Sum of RGB (Red+Green+Blue) = 43+227+35=305 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.10% from 305); Green value is 227 (89.06% from 255 or 74.43% from 305); Blue value is 35 (14.06% from 255 or 11.48% from 305); Max value from RGB is 227 - color contains mainly: green. Hex color #2BE323 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BE323 is #D41CDC. Grayscale: #969696. Windows color (decimal): -13901021 or 2351915. OLE color: 2351915.

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

Color convert

RGB 43 227 35 -
CMYK 0.81 0 0.85 0.11
HSL 117.5º 0.77% 0.51% -
HSV(B) 117.5º 0.85% 0.89% -
XYZ 28.77 55.57 10.8 -
YUV 150.1 63.04 51.61 -
System Red Green Blue C M Y K H S L
Decimal 43 227 35 0.81 0 0.85 0.11 117.5 0.77 0.51
Hex 2B E3 23 51 0 55 B 76 4D 33
Octal 53 343 43 121 0 125 13 166 115 63
Binary 101011 11100011 100011 1010001 0 1010101 1011 1110110 1001101 110011

Color Harmonies of #2BE323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BE323

Black with #2BE323

Text Example


Text Example

White with #2BE323

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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