Html Css Color HEX #2BEB3A Lime Green

📋 copy color: '#2BEB3A'

red 43 ◦ green 235 ◦ blue 58

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

Shades of Lime Green #2BEB3A

Tints of Lime Green #2BEB3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.26%

R = 12.8%
G = 69.94%
B = 17.26%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#2BEB3A (or 0x2BEB3A) is known color: Lime Green. HEX triplet: 2B, EB and 3A. RGB value is (43,235,58). Sum of RGB (Red+Green+Blue) = 43+235+58=336 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.80% from 336); Green value is 235 (92.19% from 255 or 69.94% from 336); Blue value is 58 (23.05% from 255 or 17.26% from 336); Max value from RGB is 235 - color contains mainly: green. Hex color #2BEB3A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BEB3A is #D414C5. Grayscale: #9D9D9D. Windows color (decimal): -13898950 or 3861291. OLE color: 3861291.

HSL color Cylindrical-coordinate representation of color #2BEB3A: hue angle of 124.69º 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 #2BEB3A is Cyan = 0.82, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.08.

Color convert

RGB 43 235 58 -
CMYK 0.82 0 0.75 0.08
HSL 124.69º 0.83% 0.55% -
HSV(B) 124.69º 0.82% 0.92% -
XYZ 31.47 60.24 13.97 -
YUV 157.41 71.89 46.39 -
System Red Green Blue C M Y K H S L
Decimal 43 235 58 0.82 0 0.75 0.08 124.69 0.83 0.55
Hex 2B EB 3A 52 0 4B 8 7D 53 37
Octal 53 353 72 122 0 113 10 175 123 67
Binary 101011 11101011 111010 1010010 0 1001011 1000 1111101 1010011 110111

Color Harmonies of #2BEB3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BEB3A

Black with #2BEB3A

Text Example


Text Example

White with #2BEB3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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