Html Css Color HEX #2BEB32 Lime Green

📋 copy color: '#2BEB32'

red 43 ◦ green 235 ◦ blue 50

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

Shades of Lime Green #2BEB32

Tints of Lime Green #2BEB32

RGB

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

 GREEN value IS 235 (92.19% from 255) = 71.65%

 BLUE value IS 50 (19.92% from 255) = 15.24%

R = 13.11%
G = 71.65%
B = 15.24%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#2BEB32 (or 0x2BEB32) is known color: Lime Green. HEX triplet: 2B, EB and 32. RGB value is (43,235,50). Sum of RGB (Red+Green+Blue) = 43+235+50=328 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.11% from 328); Green value is 235 (92.19% from 255 or 71.65% from 328); Blue value is 50 (19.92% from 255 or 15.24% from 328); Max value from RGB is 235 - color contains mainly: green. Hex color #2BEB32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BEB32 is #D414CD. Grayscale: #9D9D9D. Windows color (decimal): -13898958 or 3337003. OLE color: 3337003.

HSL color Cylindrical-coordinate representation of color #2BEB32: hue angle of 122.19º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BEB32 is Cyan = 0.82, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB 43 235 50 -
CMYK 0.82 0 0.79 0.08
HSL 122.19º 0.83% 0.55% -
HSV(B) 122.19º 0.82% 0.92% -
XYZ 31.28 60.16 12.98 -
YUV 156.5 67.89 47.04 -
System Red Green Blue C M Y K H S L
Decimal 43 235 50 0.82 0 0.79 0.08 122.19 0.83 0.55
Hex 2B EB 32 52 0 4F 8 7A 53 37
Octal 53 353 62 122 0 117 10 172 123 67
Binary 101011 11101011 110010 1010010 0 1001111 1000 1111010 1010011 110111

Color Harmonies of #2BEB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BEB32

Black with #2BEB32

Text Example


Text Example

White with #2BEB32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,235,50); }

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

background-color css

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

 a { background-color: rgb(43,235,50); }

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

border-color css

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

 span { border-color: rgb(43,235,50); }

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