Html Css Color HEX #2BD123 Lime Green

📋 copy color: '#2BD123'

red 43 ◦ green 209 ◦ blue 35

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

Shades of Lime Green #2BD123

Tints of Lime Green #2BD123

RGB

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

 GREEN value IS 209 (82.03% from 255) = 72.82%

 BLUE value IS 35 (14.06% from 255) = 12.2%

R = 14.98%
G = 72.82%
B = 12.2%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#2BD123 (or 0x2BD123) is known color: Lime Green. HEX triplet: 2B, D1 and 23. RGB value is (43,209,35). Sum of RGB (Red+Green+Blue) = 43+209+35=287 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.98% from 287); Green value is 209 (82.03% from 255 or 72.82% from 287); Blue value is 35 (14.06% from 255 or 12.20% from 287); Max value from RGB is 209 - color contains mainly: green. Hex color #2BD123 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BD123 is #D42EDC. Grayscale: #8C8C8C. Windows color (decimal): -13905629 or 2347307. OLE color: 2347307.

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

Color convert

RGB 43 209 35 -
CMYK 0.79 0 0.83 0.18
HSL 117.24º 0.71% 0.48% -
HSV(B) 117.24º 0.83% 0.82% -
XYZ 24.1 46.24 9.24 -
YUV 139.53 69 59.15 -
System Red Green Blue C M Y K H S L
Decimal 43 209 35 0.79 0 0.83 0.18 117.24 0.71 0.48
Hex 2B D1 23 4F 0 53 12 75 47 30
Octal 53 321 43 117 0 123 22 165 107 60
Binary 101011 11010001 100011 1001111 0 1010011 10010 1110101 1000111 110000

Color Harmonies of #2BD123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BD123

Black with #2BD123

Text Example


Text Example

White with #2BD123

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,209,35); }

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

background-color css

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

 a { background-color: rgb(43,209,35); }

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

border-color css

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

 span { border-color: rgb(43,209,35); }

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