Html Css Color HEX #21BC30 Lime Green

📋 copy color: '#21BC30'

red 33 ◦ green 188 ◦ blue 48

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

Shades of Lime Green #21BC30

Tints of Lime Green #21BC30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.84%

R = 12.27%
G = 69.89%
B = 17.84%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#21BC30 (or 0x21BC30) is known color: Lime Green. HEX triplet: 21, BC and 30. RGB value is (33,188,48). Sum of RGB (Red+Green+Blue) = 33+188+48=269 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.27% from 269); Green value is 188 (73.83% from 255 or 69.89% from 269); Blue value is 48 (19.14% from 255 or 17.84% from 269); Max value from RGB is 188 - color contains mainly: green. Hex color #21BC30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21BC30 is #DE43CF. Grayscale: #7E7E7E. Windows color (decimal): -14566352 or 3193889. OLE color: 3193889.

HSL color Cylindrical-coordinate representation of color #21BC30: hue angle of 125.81º 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 #21BC30 is Cyan = 0.82, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB 33 188 48 -
CMYK 0.82 0 0.74 0.26
HSL 125.81º 0.7% 0.43% -
HSV(B) 125.81º 0.82% 0.74% -
XYZ 19.14 36.5 8.83 -
YUV 125.7 84.15 61.88 -
System Red Green Blue C M Y K H S L
Decimal 33 188 48 0.82 0 0.74 0.26 125.81 0.7 0.43
Hex 21 BC 30 52 0 4A 1A 7E 46 2B
Octal 41 274 60 122 0 112 32 176 106 53
Binary 100001 10111100 110000 1010010 0 1001010 11010 1111110 1000110 101011

Color Harmonies of #21BC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BC30

Black with #21BC30

Text Example


Text Example

White with #21BC30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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