Html Css Color HEX #2BD61A Lime Green

📋 copy color: '#2BD61A'

red 43 ◦ green 214 ◦ blue 26

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

Shades of Lime Green #2BD61A

Tints of Lime Green #2BD61A

RGB

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

 GREEN value IS 214 (83.98% from 255) = 75.62%

 BLUE value IS 26 (10.55% from 255) = 9.19%

R = 15.19%
G = 75.62%
B = 9.19%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#2BD61A (or 0x2BD61A) is known color: Lime Green. HEX triplet: 2B, D6 and 1A. RGB value is (43,214,26). Sum of RGB (Red+Green+Blue) = 43+214+26=283 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.19% from 283); Green value is 214 (83.98% from 255 or 75.62% from 283); Blue value is 26 (10.55% from 255 or 9.19% from 283); Max value from RGB is 214 - color contains mainly: green. Hex color #2BD61A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BD61A is #D429E5. Grayscale: #8E8E8E. Windows color (decimal): -13904358 or 1758763. OLE color: 1758763.

HSL color Cylindrical-coordinate representation of color #2BD61A: hue angle of 114.57º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2BD61A is Cyan = 0.80, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 43 214 26 -
CMYK 0.80 0 0.88 0.16
HSL 114.57º 0.78% 0.47% -
HSV(B) 114.57º 0.88% 0.84% -
XYZ 25.23 48.68 9.04 -
YUV 141.44 62.85 57.79 -
System Red Green Blue C M Y K H S L
Decimal 43 214 26 0.80 0 0.88 0.16 114.57 0.78 0.47
Hex 2B D6 1A 50 0 58 10 73 4E 2F
Octal 53 326 32 120 0 130 20 163 116 57
Binary 101011 11010110 11010 1010000 0 1011000 10000 1110011 1001110 101111

Color Harmonies of #2BD61A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BD61A

Black with #2BD61A

Text Example


Text Example

White with #2BD61A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,214,26); }

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

background-color css

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

 a { background-color: rgb(43,214,26); }

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

border-color css

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

 span { border-color: rgb(43,214,26); }

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