Html Css Color HEX #2BDE46 Lime Green

📋 copy color: '#2BDE46'

red 43 ◦ green 222 ◦ blue 70

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

Shades of Lime Green #2BDE46

Tints of Lime Green #2BDE46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.9%

R = 12.84%
G = 66.27%
B = 20.9%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#2BDE46 (or 0x2BDE46) is known color: Lime Green. HEX triplet: 2B, DE and 46. RGB value is (43,222,70). Sum of RGB (Red+Green+Blue) = 43+222+70=335 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.84% from 335); Green value is 222 (87.11% from 255 or 66.27% from 335); Blue value is 70 (27.73% from 255 or 20.90% from 335); Max value from RGB is 222 - color contains mainly: green. Hex color #2BDE46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BDE46 is #D421B9. Grayscale: #979797. Windows color (decimal): -13902266 or 4644395. OLE color: 4644395.

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

Color convert

RGB 43 222 70 -
CMYK 0.81 0 0.68 0.13
HSL 129.05º 0.73% 0.52% -
HSV(B) 129.05º 0.81% 0.87% -
XYZ 28.22 53.2 14.58 -
YUV 151.15 82.2 50.86 -
System Red Green Blue C M Y K H S L
Decimal 43 222 70 0.81 0 0.68 0.13 129.05 0.73 0.52
Hex 2B DE 46 51 0 44 D 81 49 34
Octal 53 336 106 121 0 104 15 201 111 64
Binary 101011 11011110 1000110 1010001 0 1000100 1101 10000001 1001001 110100

Color Harmonies of #2BDE46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BDE46

Black with #2BDE46

Text Example


Text Example

White with #2BDE46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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