Html Css Color HEX #30D61C Lime Green

📋 copy color: '#30D61C'

red 48 ◦ green 214 ◦ blue 28

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

Shades of Lime Green #30D61C

Tints of Lime Green #30D61C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 73.79%

 BLUE value IS 28 (11.33% from 255) = 9.66%

R = 16.55%
G = 73.79%
B = 9.66%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#30D61C (or 0x30D61C) is known color: Lime Green. HEX triplet: 30, D6 and 1C. RGB value is (48,214,28). Sum of RGB (Red+Green+Blue) = 48+214+28=290 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.55% from 290); Green value is 214 (83.98% from 255 or 73.79% from 290); Blue value is 28 (11.33% from 255 or 9.66% from 290); Max value from RGB is 214 - color contains mainly: green. Hex color #30D61C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30D61C is #CF29E3. Grayscale: #8F8F8F. Windows color (decimal): -13576676 or 1889840. OLE color: 1889840.

HSL color Cylindrical-coordinate representation of color #30D61C: hue angle of 113.55º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #30D61C is Cyan = 0.78, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 48 214 28 -
CMYK 0.78 0 0.87 0.16
HSL 113.55º 0.77% 0.47% -
HSV(B) 113.55º 0.87% 0.84% -
XYZ 25.48 48.81 9.18 -
YUV 143.16 63 60.12 -
System Red Green Blue C M Y K H S L
Decimal 48 214 28 0.78 0 0.87 0.16 113.55 0.77 0.47
Hex 30 D6 1C 4E 0 57 10 72 4D 2F
Octal 60 326 34 116 0 127 20 162 115 57
Binary 110000 11010110 11100 1001110 0 1010111 10000 1110010 1001101 101111

Color Harmonies of #30D61C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D61C

Black with #30D61C

Text Example


Text Example

White with #30D61C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,214,28); }

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

background-color css

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

 a { background-color: rgb(48,214,28); }

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

border-color css

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

 span { border-color: rgb(48,214,28); }

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