Html Css Color HEX #2BDA35 Lime Green

📋 copy color: '#2BDA35'

red 43 ◦ green 218 ◦ blue 53

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

Shades of Lime Green #2BDA35

Tints of Lime Green #2BDA35

RGB

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

 GREEN value IS 218 (85.55% from 255) = 69.43%

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

R = 13.69%
G = 69.43%
B = 16.88%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#2BDA35 (or 0x2BDA35) is known color: Lime Green. HEX triplet: 2B, DA and 35. RGB value is (43,218,53). Sum of RGB (Red+Green+Blue) = 43+218+53=314 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.69% from 314); Green value is 218 (85.55% from 255 or 69.43% from 314); Blue value is 53 (21.09% from 255 or 16.88% from 314); Max value from RGB is 218 - color contains mainly: green. Hex color #2BDA35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BDA35 is #D425CA. Grayscale: #939393. Windows color (decimal): -13903307 or 3529259. OLE color: 3529259.

HSL color Cylindrical-coordinate representation of color #2BDA35: hue angle of 123.43º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BDA35 is Cyan = 0.80, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 43 218 53 -
CMYK 0.80 0 0.76 0.15
HSL 123.43º 0.7% 0.51% -
HSV(B) 123.43º 0.8% 0.85% -
XYZ 26.71 50.91 11.79 -
YUV 146.87 75.02 53.92 -
System Red Green Blue C M Y K H S L
Decimal 43 218 53 0.80 0 0.76 0.15 123.43 0.7 0.51
Hex 2B DA 35 50 0 4C F 7B 46 33
Octal 53 332 65 120 0 114 17 173 106 63
Binary 101011 11011010 110101 1010000 0 1001100 1111 1111011 1000110 110011

Color Harmonies of #2BDA35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BDA35

Black with #2BDA35

Text Example


Text Example

White with #2BDA35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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