Html Css Color HEX #21E630 Lime Green

📋 copy color: '#21E630'

red 33 ◦ green 230 ◦ blue 48

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

Shades of Lime Green #21E630

Tints of Lime Green #21E630

RGB

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

 GREEN value IS 230 (90.23% from 255) = 73.95%

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

R = 10.61%
G = 73.95%
B = 15.43%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#21E630 (or 0x21E630) is known color: Lime Green. HEX triplet: 21, E6 and 30. RGB value is (33,230,48). Sum of RGB (Red+Green+Blue) = 33+230+48=311 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.61% from 311); Green value is 230 (90.23% from 255 or 73.95% from 311); Blue value is 48 (19.14% from 255 or 15.43% from 311); Max value from RGB is 230 - color contains mainly: green. Hex color #21E630 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #21E630 is #DE19CF. Grayscale: #969696. Windows color (decimal): -14555600 or 3204641. OLE color: 3204641.

HSL color Cylindrical-coordinate representation of color #21E630: hue angle of 124.57º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21E630 is Cyan = 0.86, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.10.

Color convert

RGB 33 230 48 -
CMYK 0.86 0 0.79 0.10
HSL 124.57º 0.8% 0.52% -
HSV(B) 124.57º 0.86% 0.9% -
XYZ 29.46 57.13 12.27 -
YUV 150.35 70.23 44.3 -
System Red Green Blue C M Y K H S L
Decimal 33 230 48 0.86 0 0.79 0.10 124.57 0.8 0.52
Hex 21 E6 30 56 0 4F A 7D 50 34
Octal 41 346 60 126 0 117 12 175 120 64
Binary 100001 11100110 110000 1010110 0 1001111 1010 1111101 1010000 110100

Color Harmonies of #21E630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21E630

Black with #21E630

Text Example


Text Example

White with #21E630

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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