Html Css Color HEX #21B230 Lime Green

📋 copy color: '#21B230'

red 33 ◦ green 178 ◦ blue 48

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

Shades of Lime Green #21B230

Tints of Lime Green #21B230

RGB

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

 GREEN value IS 178 (69.92% from 255) = 68.73%

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

R = 12.74%
G = 68.73%
B = 18.53%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#21B230 (or 0x21B230) is known color: Lime Green. HEX triplet: 21, B2 and 30. RGB value is (33,178,48). Sum of RGB (Red+Green+Blue) = 33+178+48=259 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.74% from 259); Green value is 178 (69.92% from 255 or 68.73% from 259); Blue value is 48 (19.14% from 255 or 18.53% from 259); Max value from RGB is 178 - color contains mainly: green. Hex color #21B230 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21B230 is #DE4DCF. Grayscale: #787878. Windows color (decimal): -14568912 or 3191329. OLE color: 3191329.

HSL color Cylindrical-coordinate representation of color #21B230: hue angle of 126.21º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21B230 is Cyan = 0.81, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.30.

Color convert

RGB 33 178 48 -
CMYK 0.81 0 0.73 0.30
HSL 126.21º 0.69% 0.41% -
HSV(B) 126.21º 0.81% 0.7% -
XYZ 17.08 32.38 8.15 -
YUV 119.83 87.46 66.07 -
System Red Green Blue C M Y K H S L
Decimal 33 178 48 0.81 0 0.73 0.30 126.21 0.69 0.41
Hex 21 B2 30 51 0 49 1E 7E 45 29
Octal 41 262 60 121 0 111 36 176 105 51
Binary 100001 10110010 110000 1010001 0 1001001 11110 1111110 1000101 101001

Color Harmonies of #21B230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21B230

Black with #21B230

Text Example


Text Example

White with #21B230

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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