Html Css Color HEX #30B221 Lime Green

📋 copy color: '#30B221'

red 48 ◦ green 178 ◦ blue 33

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

Shades of Lime Green #30B221

Tints of Lime Green #30B221

RGB

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

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

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

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

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #30B221: hue angle of 113.79º 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 #30B221 is Cyan = 0.73, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.30.

Color convert

RGB 48 178 33 -
CMYK 0.73 0 0.81 0.30
HSL 113.79º 0.69% 0.41% -
HSV(B) 113.79º 0.81% 0.7% -
XYZ 17.41 32.58 6.81 -
YUV 122.6 77.43 74.79 -
System Red Green Blue C M Y K H S L
Decimal 48 178 33 0.73 0 0.81 0.30 113.79 0.69 0.41
Hex 30 B2 21 49 0 51 1E 72 45 29
Octal 60 262 41 111 0 121 36 162 105 51
Binary 110000 10110010 100001 1001001 0 1010001 11110 1110010 1000101 101001

Color Harmonies of #30B221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30B221

Black with #30B221

Text Example


Text Example

White with #30B221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30B221; }

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

 H1.HeaderClassName
 {
   color: #30B221;
 }
 .AnyTagClassName
 {
   color: #30B221;
 }
</style>

background-color css

<style>
 a { background-color: #30B221; }

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

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

border-color css

<style>
 span { border-color: #30B221; }

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

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