Html Css Color HEX #2BEB35 Lime Green

📋 copy color: '#2BEB35'

red 43 ◦ green 235 ◦ blue 53

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

Shades of Lime Green #2BEB35

Tints of Lime Green #2BEB35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.01%

R = 12.99%
G = 71%
B = 16.01%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.77

 K value IS 0.08

RGB Variations

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

Color information

#2BEB35 (or 0x2BEB35) is known color: Lime Green. HEX triplet: 2B, EB and 35. RGB value is (43,235,53). Sum of RGB (Red+Green+Blue) = 43+235+53=331 (43% of max value = 765). Red value is 43 (17.19% from 255 or 12.99% from 331); Green value is 235 (92.19% from 255 or 71.00% from 331); Blue value is 53 (21.09% from 255 or 16.01% from 331); Max value from RGB is 235 - color contains mainly: green. Hex color #2BEB35 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BEB35 is #D414CA. Grayscale: #9D9D9D. Windows color (decimal): -13898955 or 3533611. OLE color: 3533611.

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

Color convert

RGB 43 235 53 -
CMYK 0.82 0 0.77 0.08
HSL 123.13º 0.83% 0.55% -
HSV(B) 123.13º 0.82% 0.92% -
XYZ 31.35 60.19 13.33 -
YUV 156.84 69.39 46.8 -
System Red Green Blue C M Y K H S L
Decimal 43 235 53 0.82 0 0.77 0.08 123.13 0.83 0.55
Hex 2B EB 35 52 0 4D 8 7B 53 37
Octal 53 353 65 122 0 115 10 173 123 67
Binary 101011 11101011 110101 1010010 0 1001101 1000 1111011 1010011 110111

Color Harmonies of #2BEB35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BEB35

Black with #2BEB35

Text Example


Text Example

White with #2BEB35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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