Html Css Color HEX #2BDE40 Lime Green

📋 copy color: '#2BDE40'

red 43 ◦ green 222 ◦ blue 64

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

Shades of Lime Green #2BDE40

Tints of Lime Green #2BDE40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 19.45%

R = 13.07%
G = 67.48%
B = 19.45%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#2BDE40 (or 0x2BDE40) is known color: Lime Green. HEX triplet: 2B, DE and 40. RGB value is (43,222,64). Sum of RGB (Red+Green+Blue) = 43+222+64=329 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.07% from 329); Green value is 222 (87.11% from 255 or 67.48% from 329); Blue value is 64 (25.39% from 255 or 19.45% from 329); Max value from RGB is 222 - color contains mainly: green. Hex color #2BDE40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BDE40 is #D421BF. Grayscale: #969696. Windows color (decimal): -13902272 or 4251179. OLE color: 4251179.

HSL color Cylindrical-coordinate representation of color #2BDE40: hue angle of 127.04º 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 #2BDE40 is Cyan = 0.81, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 43 222 64 -
CMYK 0.81 0 0.71 0.13
HSL 127.04º 0.73% 0.52% -
HSV(B) 127.04º 0.81% 0.87% -
XYZ 28.04 53.13 13.63 -
YUV 150.47 79.2 51.35 -
System Red Green Blue C M Y K H S L
Decimal 43 222 64 0.81 0 0.71 0.13 127.04 0.73 0.52
Hex 2B DE 40 51 0 47 D 7F 49 34
Octal 53 336 100 121 0 107 15 177 111 64
Binary 101011 11011110 1000000 1010001 0 1000111 1101 1111111 1001001 110100

Color Harmonies of #2BDE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BDE40

Black with #2BDE40

Text Example


Text Example

White with #2BDE40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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