Html Css Color HEX #2BDE1B Lime Green

📋 copy color: '#2BDE1B'

red 43 ◦ green 222 ◦ blue 27

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

Shades of Lime Green #2BDE1B

Tints of Lime Green #2BDE1B

RGB

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

 GREEN value IS 222 (87.11% from 255) = 76.03%

 BLUE value IS 27 (10.94% from 255) = 9.25%

R = 14.73%
G = 76.03%
B = 9.25%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#2BDE1B (or 0x2BDE1B) is known color: Lime Green. HEX triplet: 2B, DE and 1B. RGB value is (43,222,27). Sum of RGB (Red+Green+Blue) = 43+222+27=292 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.73% from 292); Green value is 222 (87.11% from 255 or 76.03% from 292); Blue value is 27 (10.94% from 255 or 9.25% from 292); Max value from RGB is 222 - color contains mainly: green. Hex color #2BDE1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BDE1B is #D421E4. Grayscale: #929292. Windows color (decimal): -13902309 or 1826347. OLE color: 1826347.

HSL color Cylindrical-coordinate representation of color #2BDE1B: hue angle of 115.08º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2BDE1B is Cyan = 0.81, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB 43 222 27 -
CMYK 0.81 0 0.88 0.13
HSL 115.08º 0.78% 0.49% -
HSV(B) 115.08º 0.88% 0.87% -
XYZ 27.32 52.84 9.8 -
YUV 146.25 60.7 54.36 -
System Red Green Blue C M Y K H S L
Decimal 43 222 27 0.81 0 0.88 0.13 115.08 0.78 0.49
Hex 2B DE 1B 51 0 58 D 73 4E 31
Octal 53 336 33 121 0 130 15 163 116 61
Binary 101011 11011110 11011 1010001 0 1011000 1101 1110011 1001110 110001

Color Harmonies of #2BDE1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BDE1B

Black with #2BDE1B

Text Example


Text Example

White with #2BDE1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,222,27); }

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

background-color css

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

 a { background-color: rgb(43,222,27); }

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

border-color css

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

 span { border-color: rgb(43,222,27); }

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