Html Css Color HEX #2BCD21 Lime Green

📋 copy color: '#2BCD21'

red 43 ◦ green 205 ◦ blue 33

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

Shades of Lime Green #2BCD21

Tints of Lime Green #2BCD21

RGB

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

 GREEN value IS 205 (80.47% from 255) = 72.95%

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

R = 15.3%
G = 72.95%
B = 11.74%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#2BCD21 (or 0x2BCD21) is known color: Lime Green. HEX triplet: 2B, CD and 21. RGB value is (43,205,33). Sum of RGB (Red+Green+Blue) = 43+205+33=281 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.30% from 281); Green value is 205 (80.47% from 255 or 72.95% from 281); Blue value is 33 (13.28% from 255 or 11.74% from 281); Max value from RGB is 205 - color contains mainly: green. Hex color #2BCD21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BCD21 is #D432DE. Grayscale: #898989. Windows color (decimal): -13906655 or 2215211. OLE color: 2215211.

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

Color convert

RGB 43 205 33 -
CMYK 0.79 0 0.84 0.20
HSL 116.51º 0.72% 0.47% -
HSV(B) 116.51º 0.84% 0.8% -
XYZ 23.1 44.29 8.77 -
YUV 136.95 69.33 60.99 -
System Red Green Blue C M Y K H S L
Decimal 43 205 33 0.79 0 0.84 0.20 116.51 0.72 0.47
Hex 2B CD 21 4F 0 54 14 75 48 2F
Octal 53 315 41 117 0 124 24 165 110 57
Binary 101011 11001101 100001 1001111 0 1010100 10100 1110101 1001000 101111

Color Harmonies of #2BCD21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BCD21

Black with #2BCD21

Text Example


Text Example

White with #2BCD21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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