Html Css Color HEX #2BE921 Lime Green

📋 copy color: '#2BE921'

red 43 ◦ green 233 ◦ blue 33

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

Shades of Lime Green #2BE921

Tints of Lime Green #2BE921

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.68%

R = 13.92%
G = 75.4%
B = 10.68%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.86

 K value IS 0.09

RGB Variations

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

Color information

#2BE921 (or 0x2BE921) is known color: Lime Green. HEX triplet: 2B, E9 and 21. RGB value is (43,233,33). Sum of RGB (Red+Green+Blue) = 43+233+33=309 (40% of max value = 765). Red value is 43 (17.19% from 255 or 13.92% from 309); Green value is 233 (91.41% from 255 or 75.40% from 309); Blue value is 33 (13.28% from 255 or 10.68% from 309); Max value from RGB is 233 - color contains mainly: green. Hex color #2BE921 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BE921 is #D416DE. Grayscale: #9A9A9A. Windows color (decimal): -13899487 or 2222379. OLE color: 2222379.

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

Color convert

RGB 43 233 33 -
CMYK 0.82 0 0.86 0.09
HSL 117º 0.82% 0.52% -
HSV(B) 117º 0.86% 0.91% -
XYZ 30.41 58.9 11.21 -
YUV 153.39 60.05 49.26 -
System Red Green Blue C M Y K H S L
Decimal 43 233 33 0.82 0 0.86 0.09 117 0.82 0.52
Hex 2B E9 21 52 0 56 9 75 52 34
Octal 53 351 41 122 0 126 11 165 122 64
Binary 101011 11101001 100001 1010010 0 1010110 1001 1110101 1010010 110100

Color Harmonies of #2BE921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BE921

Black with #2BE921

Text Example


Text Example

White with #2BE921

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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