Html Css Color HEX #2BD217 Lime Green

📋 copy color: '#2BD217'

red 43 ◦ green 210 ◦ blue 23

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

Shades of Lime Green #2BD217

Tints of Lime Green #2BD217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.33%

R = 15.58%
G = 76.09%
B = 8.33%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#2BD217 (or 0x2BD217) is known color: Lime Green. HEX triplet: 2B, D2 and 17. RGB value is (43,210,23). Sum of RGB (Red+Green+Blue) = 43+210+23=276 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.58% from 276); Green value is 210 (82.42% from 255 or 76.09% from 276); Blue value is 23 (9.38% from 255 or 8.33% from 276); Max value from RGB is 210 - color contains mainly: green. Hex color #2BD217 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BD217 is #D42DE8. Grayscale: #8B8B8B. Windows color (decimal): -13905385 or 1561131. OLE color: 1561131.

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

Color convert

RGB 43 210 23 -
CMYK 0.80 0 0.89 0.18
HSL 113.58º 0.8% 0.46% -
HSV(B) 113.58º 0.89% 0.82% -
XYZ 24.2 46.67 8.54 -
YUV 138.75 62.67 59.71 -
System Red Green Blue C M Y K H S L
Decimal 43 210 23 0.80 0 0.89 0.18 113.58 0.8 0.46
Hex 2B D2 17 50 0 59 12 72 50 2E
Octal 53 322 27 120 0 131 22 162 120 56
Binary 101011 11010010 10111 1010000 0 1011001 10010 1110010 1010000 101110

Color Harmonies of #2BD217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BD217

Black with #2BD217

Text Example


Text Example

White with #2BD217

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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