Html Css Color HEX #2BCE21 Lime Green

📋 copy color: '#2BCE21'

red 43 ◦ green 206 ◦ blue 33

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

Shades of Lime Green #2BCE21

Tints of Lime Green #2BCE21

RGB

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

 GREEN value IS 206 (80.86% from 255) = 73.05%

 BLUE value IS 33 (13.28% from 255) = 11.7%

R = 15.25%
G = 73.05%
B = 11.7%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#2BCE21 (or 0x2BCE21) is known color: Lime Green. HEX triplet: 2B, CE and 21. RGB value is (43,206,33). Sum of RGB (Red+Green+Blue) = 43+206+33=282 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.25% from 282); Green value is 206 (80.86% from 255 or 73.05% from 282); Blue value is 33 (13.28% from 255 or 11.70% from 282); Max value from RGB is 206 - color contains mainly: green. Hex color #2BCE21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BCE21 is #D431DE. Grayscale: #8A8A8A. Windows color (decimal): -13906399 or 2215467. OLE color: 2215467.

HSL color Cylindrical-coordinate representation of color #2BCE21: hue angle of 116.53º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2BCE21 is Cyan = 0.79, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.

Color convert

RGB 43 206 33 -
CMYK 0.79 0 0.84 0.19
HSL 116.53º 0.72% 0.47% -
HSV(B) 116.53º 0.84% 0.81% -
XYZ 23.34 44.77 8.85 -
YUV 137.54 69 60.57 -
System Red Green Blue C M Y K H S L
Decimal 43 206 33 0.79 0 0.84 0.19 116.53 0.72 0.47
Hex 2B CE 21 4F 0 54 13 75 48 2F
Octal 53 316 41 117 0 124 23 165 110 57
Binary 101011 11001110 100001 1001111 0 1010100 10011 1110101 1001000 101111

Color Harmonies of #2BCE21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BCE21

Black with #2BCE21

Text Example


Text Example

White with #2BCE21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,206,33); }

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

background-color css

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

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

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

border-color css

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

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

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