Html Css Color HEX #2BD219 Lime Green

📋 copy color: '#2BD219'

red 43 ◦ green 210 ◦ blue 25

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

Shades of Lime Green #2BD219

Tints of Lime Green #2BD219

RGB

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

 GREEN value IS 210 (82.42% from 255) = 75.54%

 BLUE value IS 25 (10.16% from 255) = 8.99%

R = 15.47%
G = 75.54%
B = 8.99%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#2BD219 (or 0x2BD219) is known color: Lime Green. HEX triplet: 2B, D2 and 19. RGB value is (43,210,25). Sum of RGB (Red+Green+Blue) = 43+210+25=278 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.47% from 278); Green value is 210 (82.42% from 255 or 75.54% from 278); Blue value is 25 (10.16% from 255 or 8.99% from 278); Max value from RGB is 210 - color contains mainly: green. Hex color #2BD219 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BD219 is #D42DE6. Grayscale: #8B8B8B. Windows color (decimal): -13905383 or 1692203. OLE color: 1692203.

HSL color Cylindrical-coordinate representation of color #2BD219: hue angle of 114.16º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2BD219 is Cyan = 0.80, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 43 210 25 -
CMYK 0.80 0 0.88 0.18
HSL 114.16º 0.79% 0.46% -
HSV(B) 114.16º 0.88% 0.82% -
XYZ 24.22 46.68 8.65 -
YUV 138.98 63.67 59.54 -
System Red Green Blue C M Y K H S L
Decimal 43 210 25 0.80 0 0.88 0.18 114.16 0.79 0.46
Hex 2B D2 19 50 0 58 12 72 4F 2E
Octal 53 322 31 120 0 130 22 162 117 56
Binary 101011 11010010 11001 1010000 0 1011000 10010 1110010 1001111 101110

Color Harmonies of #2BD219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BD219

Black with #2BD219

Text Example


Text Example

White with #2BD219

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,210,25); }

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

background-color css

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

 a { background-color: rgb(43,210,25); }

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

border-color css

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

 span { border-color: rgb(43,210,25); }

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