Html Css Color HEX #30D538 Lime Green

📋 copy color: '#30D538'

red 48 ◦ green 213 ◦ blue 56

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

Shades of Lime Green #30D538

Tints of Lime Green #30D538

RGB

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

 GREEN value IS 213 (83.59% from 255) = 67.19%

 BLUE value IS 56 (22.27% from 255) = 17.67%

R = 15.14%
G = 67.19%
B = 17.67%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#30D538 (or 0x30D538) is known color: Lime Green. HEX triplet: 30, D5 and 38. RGB value is (48,213,56). Sum of RGB (Red+Green+Blue) = 48+213+56=317 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.14% from 317); Green value is 213 (83.59% from 255 or 67.19% from 317); Blue value is 56 (22.27% from 255 or 17.67% from 317); Max value from RGB is 213 - color contains mainly: green. Hex color #30D538 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30D538 is #CF2AC7. Grayscale: #929292. Windows color (decimal): -13576904 or 3724592. OLE color: 3724592.

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

Color convert

RGB 48 213 56 -
CMYK 0.77 0 0.74 0.16
HSL 122.91º 0.66% 0.51% -
HSV(B) 122.91º 0.77% 0.84% -
XYZ 25.73 48.5 11.75 -
YUV 145.77 77.34 58.27 -
System Red Green Blue C M Y K H S L
Decimal 48 213 56 0.77 0 0.74 0.16 122.91 0.66 0.51
Hex 30 D5 38 4D 0 4A 10 7B 42 33
Octal 60 325 70 115 0 112 20 173 102 63
Binary 110000 11010101 111000 1001101 0 1001010 10000 1111011 1000010 110011

Color Harmonies of #30D538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D538

Black with #30D538

Text Example


Text Example

White with #30D538

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,213,56); }

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

background-color css

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

 a { background-color: rgb(48,213,56); }

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

border-color css

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

 span { border-color: rgb(48,213,56); }

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