Html Css Color HEX #30D24A Lime Green

📋 copy color: '#30D24A'

red 48 ◦ green 210 ◦ blue 74

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

Shades of Lime Green #30D24A

Tints of Lime Green #30D24A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.29%

R = 14.46%
G = 63.25%
B = 22.29%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#30D24A (or 0x30D24A) is known color: Lime Green. HEX triplet: 30, D2 and 4A. RGB value is (48,210,74). Sum of RGB (Red+Green+Blue) = 48+210+74=332 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.46% from 332); Green value is 210 (82.42% from 255 or 63.25% from 332); Blue value is 74 (29.30% from 255 or 22.29% from 332); Max value from RGB is 210 - color contains mainly: green. Hex color #30D24A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30D24A is #CF2DB5. Grayscale: #929292. Windows color (decimal): -13577654 or 4903472. OLE color: 4903472.

HSL color Cylindrical-coordinate representation of color #30D24A: hue angle of 129.63º 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 #30D24A is Cyan = 0.77, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 48 210 74 -
CMYK 0.77 0 0.65 0.18
HSL 129.63º 0.64% 0.51% -
HSV(B) 129.63º 0.77% 0.82% -
XYZ 25.5 47.22 14.25 -
YUV 146.06 87.33 58.06 -
System Red Green Blue C M Y K H S L
Decimal 48 210 74 0.77 0 0.65 0.18 129.63 0.64 0.51
Hex 30 D2 4A 4D 0 41 12 82 40 33
Octal 60 322 112 115 0 101 22 202 100 63
Binary 110000 11010010 1001010 1001101 0 1000001 10010 10000010 1000000 110011

Color Harmonies of #30D24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D24A

Black with #30D24A

Text Example


Text Example

White with #30D24A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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