Html Css Color HEX #2BDE2B Lime Green

📋 copy color: '#2BDE2B'

red 43 ◦ green 222 ◦ blue 43

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

Shades of Lime Green #2BDE2B

Tints of Lime Green #2BDE2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.96%

R = 13.96%
G = 72.08%
B = 13.96%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#2BDE2B (or 0x2BDE2B) is known color: Lime Green. HEX triplet: 2B, DE and 2B. RGB value is (43,222,43). Sum of RGB (Red+Green+Blue) = 43+222+43=308 (40% of max value = 765). Red value is 43 (17.19% from 255 or 13.96% from 308); Green value is 222 (87.11% from 255 or 72.08% from 308); Blue value is 43 (17.19% from 255 or 13.96% from 308); Max value from RGB is 222 - color contains mainly: green. Hex color #2BDE2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BDE2B is #D421D4. Grayscale: #949494. Windows color (decimal): -13902293 or 2874923. OLE color: 2874923.

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

Color convert

RGB 43 222 43 -
CMYK 0.81 0 0.81 0.13
HSL 120º 0.73% 0.52% -
HSV(B) 120º 0.81% 0.87% -
XYZ 27.55 52.93 11.05 -
YUV 148.07 68.7 53.05 -
System Red Green Blue C M Y K H S L
Decimal 43 222 43 0.81 0 0.81 0.13 120 0.73 0.52
Hex 2B DE 2B 51 0 51 D 78 49 34
Octal 53 336 53 121 0 121 15 170 111 64
Binary 101011 11011110 101011 1010001 0 1010001 1101 1111000 1001001 110100

Color Harmonies of #2BDE2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BDE2B

Black with #2BDE2B

Text Example


Text Example

White with #2BDE2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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