Html Css Color HEX #30D122 Lime Green

📋 copy color: '#30D122'

red 48 ◦ green 209 ◦ blue 34

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

Shades of Lime Green #30D122

Tints of Lime Green #30D122

RGB

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

 GREEN value IS 209 (82.03% from 255) = 71.82%

 BLUE value IS 34 (13.67% from 255) = 11.68%

R = 16.49%
G = 71.82%
B = 11.68%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#30D122 (or 0x30D122) is known color: Lime Green. HEX triplet: 30, D1 and 22. RGB value is (48,209,34). Sum of RGB (Red+Green+Blue) = 48+209+34=291 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.49% from 291); Green value is 209 (82.03% from 255 or 71.82% from 291); Blue value is 34 (13.67% from 255 or 11.68% from 291); Max value from RGB is 209 - color contains mainly: green. Hex color #30D122 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30D122 is #CF2EDD. Grayscale: #8D8D8D. Windows color (decimal): -13577950 or 2281776. OLE color: 2281776.

HSL color Cylindrical-coordinate representation of color #30D122: hue angle of 115.2º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #30D122 is Cyan = 0.77, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 48 209 34 -
CMYK 0.77 0 0.84 0.18
HSL 115.2º 0.72% 0.48% -
HSV(B) 115.2º 0.84% 0.82% -
XYZ 24.31 46.34 9.18 -
YUV 140.91 67.66 61.73 -
System Red Green Blue C M Y K H S L
Decimal 48 209 34 0.77 0 0.84 0.18 115.2 0.72 0.48
Hex 30 D1 22 4D 0 54 12 73 48 30
Octal 60 321 42 115 0 124 22 163 110 60
Binary 110000 11010001 100010 1001101 0 1010100 10010 1110011 1001000 110000

Color Harmonies of #30D122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D122

Black with #30D122

Text Example


Text Example

White with #30D122

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,209,34); }

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

background-color css

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

 a { background-color: rgb(48,209,34); }

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

border-color css

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

 span { border-color: rgb(48,209,34); }

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