Html Css Color HEX #21BE30 Lime Green

📋 copy color: '#21BE30'

red 33 ◦ green 190 ◦ blue 48

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

Shades of Lime Green #21BE30

Tints of Lime Green #21BE30

RGB

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

 GREEN value IS 190 (74.61% from 255) = 70.11%

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

R = 12.18%
G = 70.11%
B = 17.71%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#21BE30 (or 0x21BE30) is known color: Lime Green. HEX triplet: 21, BE and 30. RGB value is (33,190,48). Sum of RGB (Red+Green+Blue) = 33+190+48=271 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.18% from 271); Green value is 190 (74.61% from 255 or 70.11% from 271); Blue value is 48 (19.14% from 255 or 17.71% from 271); Max value from RGB is 190 - color contains mainly: green. Hex color #21BE30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21BE30 is #DE41CF. Grayscale: #7F7F7F. Windows color (decimal): -14565840 or 3194401. OLE color: 3194401.

HSL color Cylindrical-coordinate representation of color #21BE30: hue angle of 125.73º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21BE30 is Cyan = 0.83, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB 33 190 48 -
CMYK 0.83 0 0.75 0.25
HSL 125.73º 0.7% 0.44% -
HSV(B) 125.73º 0.83% 0.75% -
XYZ 19.57 37.36 8.98 -
YUV 126.87 83.49 61.05 -
System Red Green Blue C M Y K H S L
Decimal 33 190 48 0.83 0 0.75 0.25 125.73 0.7 0.44
Hex 21 BE 30 53 0 4B 19 7E 46 2C
Octal 41 276 60 123 0 113 31 176 106 54
Binary 100001 10111110 110000 1010011 0 1001011 11001 1111110 1000110 101100

Color Harmonies of #21BE30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BE30

Black with #21BE30

Text Example


Text Example

White with #21BE30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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