Html Css Color HEX #2BDC3E Lime Green

📋 copy color: '#2BDC3E'

red 43 ◦ green 220 ◦ blue 62

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

Shades of Lime Green #2BDC3E

Tints of Lime Green #2BDC3E

RGB

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

 GREEN value IS 220 (86.33% from 255) = 67.69%

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

R = 13.23%
G = 67.69%
B = 19.08%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#2BDC3E (or 0x2BDC3E) is known color: Lime Green. HEX triplet: 2B, DC and 3E. RGB value is (43,220,62). Sum of RGB (Red+Green+Blue) = 43+220+62=325 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.23% from 325); Green value is 220 (86.33% from 255 or 67.69% from 325); Blue value is 62 (24.61% from 255 or 19.08% from 325); Max value from RGB is 220 - color contains mainly: green. Hex color #2BDC3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BDC3E is #D423C1. Grayscale: #959595. Windows color (decimal): -13902786 or 4119595. OLE color: 4119595.

HSL color Cylindrical-coordinate representation of color #2BDC3E: hue angle of 126.44º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BDC3E is Cyan = 0.80, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.

Color convert

RGB 43 220 62 -
CMYK 0.80 0 0.72 0.14
HSL 126.44º 0.72% 0.52% -
HSV(B) 126.44º 0.8% 0.86% -
XYZ 27.46 52.05 13.16 -
YUV 149.07 78.86 52.35 -
System Red Green Blue C M Y K H S L
Decimal 43 220 62 0.80 0 0.72 0.14 126.44 0.72 0.52
Hex 2B DC 3E 50 0 48 E 7E 48 34
Octal 53 334 76 120 0 110 16 176 110 64
Binary 101011 11011100 111110 1010000 0 1001000 1110 1111110 1001000 110100

Color Harmonies of #2BDC3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BDC3E

Black with #2BDC3E

Text Example


Text Example

White with #2BDC3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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