Html Css Color HEX #2BD23E Lime Green

📋 copy color: '#2BD23E'

red 43 ◦ green 210 ◦ blue 62

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

Shades of Lime Green #2BD23E

Tints of Lime Green #2BD23E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.68%

R = 13.65%
G = 66.67%
B = 19.68%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#2BD23E (or 0x2BD23E) is known color: Lime Green. HEX triplet: 2B, D2 and 3E. RGB value is (43,210,62). Sum of RGB (Red+Green+Blue) = 43+210+62=315 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.65% from 315); Green value is 210 (82.42% from 255 or 66.67% from 315); Blue value is 62 (24.61% from 255 or 19.68% from 315); Max value from RGB is 210 - color contains mainly: green. Hex color #2BD23E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BD23E is #D42DC1. Grayscale: #8F8F8F. Windows color (decimal): -13905346 or 4117035. OLE color: 4117035.

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

Color convert

RGB 43 210 62 -
CMYK 0.80 0 0.70 0.18
HSL 126.83º 0.66% 0.5% -
HSV(B) 126.83º 0.8% 0.82% -
XYZ 24.91 46.95 12.31 -
YUV 143.2 82.17 56.53 -
System Red Green Blue C M Y K H S L
Decimal 43 210 62 0.80 0 0.70 0.18 126.83 0.66 0.5
Hex 2B D2 3E 50 0 46 12 7F 42 32
Octal 53 322 76 120 0 106 22 177 102 62
Binary 101011 11010010 111110 1010000 0 1000110 10010 1111111 1000010 110010

Color Harmonies of #2BD23E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BD23E

Black with #2BD23E

Text Example


Text Example

White with #2BD23E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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