Html Css Color HEX #30D24C Lime Green

📋 copy color: '#30D24C'

red 48 ◦ green 210 ◦ blue 76

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

Shades of Lime Green #30D24C

Tints of Lime Green #30D24C

RGB

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

 GREEN value IS 210 (82.42% from 255) = 62.87%

 BLUE value IS 76 (30.08% from 255) = 22.75%

R = 14.37%
G = 62.87%
B = 22.75%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#30D24C (or 0x30D24C) is known color: Lime Green. HEX triplet: 30, D2 and 4C. RGB value is (48,210,76). Sum of RGB (Red+Green+Blue) = 48+210+76=334 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.37% from 334); Green value is 210 (82.42% from 255 or 62.87% from 334); Blue value is 76 (30.08% from 255 or 22.75% from 334); Max value from RGB is 210 - color contains mainly: green. Hex color #30D24C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30D24C is #CF2DB3. Grayscale: #929292. Windows color (decimal): -13577652 or 5034544. OLE color: 5034544.

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

Color convert

RGB 48 210 76 -
CMYK 0.77 0 0.64 0.18
HSL 130.37º 0.64% 0.51% -
HSV(B) 130.37º 0.77% 0.82% -
XYZ 25.57 47.24 14.61 -
YUV 146.29 88.33 57.9 -
System Red Green Blue C M Y K H S L
Decimal 48 210 76 0.77 0 0.64 0.18 130.37 0.64 0.51
Hex 30 D2 4C 4D 0 40 12 82 40 33
Octal 60 322 114 115 0 100 22 202 100 63
Binary 110000 11010010 1001100 1001101 0 1000000 10010 10000010 1000000 110011

Color Harmonies of #30D24C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D24C

Black with #30D24C

Text Example


Text Example

White with #30D24C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,210,76); }

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

background-color css

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

 a { background-color: rgb(48,210,76); }

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

border-color css

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

 span { border-color: rgb(48,210,76); }

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