Html Css Color HEX #30D829 Lime Green

📋 copy color: '#30D829'

red 48 ◦ green 216 ◦ blue 41

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

Shades of Lime Green #30D829

Tints of Lime Green #30D829

RGB

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

 GREEN value IS 216 (84.77% from 255) = 70.82%

 BLUE value IS 41 (16.41% from 255) = 13.44%

R = 15.74%
G = 70.82%
B = 13.44%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#30D829 (or 0x30D829) is known color: Lime Green. HEX triplet: 30, D8 and 29. RGB value is (48,216,41). Sum of RGB (Red+Green+Blue) = 48+216+41=305 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.74% from 305); Green value is 216 (84.77% from 255 or 70.82% from 305); Blue value is 41 (16.41% from 255 or 13.44% from 305); Max value from RGB is 216 - color contains mainly: green. Hex color #30D829 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30D829 is #CF27D6. Grayscale: #929292. Windows color (decimal): -13576151 or 2742320. OLE color: 2742320.

HSL color Cylindrical-coordinate representation of color #30D829: hue angle of 117.6º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30D829 is Cyan = 0.78, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 48 216 41 -
CMYK 0.78 0 0.81 0.15
HSL 117.6º 0.69% 0.5% -
HSV(B) 117.6º 0.81% 0.85% -
XYZ 26.18 49.9 10.35 -
YUV 145.82 68.84 58.23 -
System Red Green Blue C M Y K H S L
Decimal 48 216 41 0.78 0 0.81 0.15 117.6 0.69 0.5
Hex 30 D8 29 4E 0 51 F 76 45 32
Octal 60 330 51 116 0 121 17 166 105 62
Binary 110000 11011000 101001 1001110 0 1010001 1111 1110110 1000101 110010

Color Harmonies of #30D829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D829

Black with #30D829

Text Example


Text Example

White with #30D829

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,216,41); }

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

background-color css

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

 a { background-color: rgb(48,216,41); }

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

border-color css

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

 span { border-color: rgb(48,216,41); }

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