Html Css Color HEX #21BC3B Lime Green

📋 copy color: '#21BC3B'

red 33 ◦ green 188 ◦ blue 59

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

Shades of Lime Green #21BC3B

Tints of Lime Green #21BC3B

RGB

 RED value IS 33 (13.28% from 255) = 11.79%

 GREEN value IS 188 (73.83% from 255) = 67.14%

 BLUE value IS 59 (23.44% from 255) = 21.07%

R = 11.79%
G = 67.14%
B = 21.07%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#21BC3B (or 0x21BC3B) is known color: Lime Green. HEX triplet: 21, BC and 3B. RGB value is (33,188,59). Sum of RGB (Red+Green+Blue) = 33+188+59=280 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.79% from 280); Green value is 188 (73.83% from 255 or 67.14% from 280); Blue value is 59 (23.44% from 255 or 21.07% from 280); Max value from RGB is 188 - color contains mainly: green. Hex color #21BC3B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21BC3B is #DE43C4. Grayscale: #7F7F7F. Windows color (decimal): -14566341 or 3914785. OLE color: 3914785.

HSL color Cylindrical-coordinate representation of color #21BC3B: hue angle of 130.06º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21BC3B is Cyan = 0.82, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB 33 188 59 -
CMYK 0.82 0 0.69 0.26
HSL 130.06º 0.7% 0.43% -
HSV(B) 130.06º 0.82% 0.74% -
XYZ 19.4 36.61 10.18 -
YUV 126.95 89.65 60.99 -
System Red Green Blue C M Y K H S L
Decimal 33 188 59 0.82 0 0.69 0.26 130.06 0.7 0.43
Hex 21 BC 3B 52 0 45 1A 82 46 2B
Octal 41 274 73 122 0 105 32 202 106 53
Binary 100001 10111100 111011 1010010 0 1000101 11010 10000010 1000110 101011

Color Harmonies of #21BC3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BC3B

Black with #21BC3B

Text Example


Text Example

White with #21BC3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21BC3B; }

 p { color: rgb(33,188,59); }

 H1.HeaderClassName
 {
   color: #21BC3B;
 }
 .AnyTagClassName
 {
   color: #21BC3B;
 }
</style>

background-color css

<style>
 a { background-color: #21BC3B; }

 a { background-color: rgb(33,188,59); }

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

border-color css

<style>
 span { border-color: #21BC3B; }

 span { border-color: rgb(33,188,59); }

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