Html Css Color HEX #2BE923 Lime Green

📋 copy color: '#2BE923'

red 43 ◦ green 233 ◦ blue 35

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

Shades of Lime Green #2BE923

Tints of Lime Green #2BE923

RGB

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

 GREEN value IS 233 (91.41% from 255) = 74.92%

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

R = 13.83%
G = 74.92%
B = 11.25%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.85

 K value IS 0.09

RGB Variations

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

Color information

#2BE923 (or 0x2BE923) is known color: Lime Green. HEX triplet: 2B, E9 and 23. RGB value is (43,233,35). Sum of RGB (Red+Green+Blue) = 43+233+35=311 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.83% from 311); Green value is 233 (91.41% from 255 or 74.92% from 311); Blue value is 35 (14.06% from 255 or 11.25% from 311); Max value from RGB is 233 - color contains mainly: green. Hex color #2BE923 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BE923 is #D416DC. Grayscale: #9A9A9A. Windows color (decimal): -13899485 or 2353451. OLE color: 2353451.

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

Color convert

RGB 43 233 35 -
CMYK 0.82 0 0.85 0.09
HSL 117.58º 0.82% 0.53% -
HSV(B) 117.58º 0.85% 0.91% -
XYZ 30.44 58.91 11.36 -
YUV 153.62 61.05 49.1 -
System Red Green Blue C M Y K H S L
Decimal 43 233 35 0.82 0 0.85 0.09 117.58 0.82 0.53
Hex 2B E9 23 52 0 55 9 76 52 35
Octal 53 351 43 122 0 125 11 166 122 65
Binary 101011 11101001 100011 1010010 0 1010101 1001 1110110 1010010 110101

Color Harmonies of #2BE923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BE923

Black with #2BE923

Text Example


Text Example

White with #2BE923

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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