Html Css Color HEX #30D925 Lime Green

📋 copy color: '#30D925'

red 48 ◦ green 217 ◦ blue 37

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

Shades of Lime Green #30D925

Tints of Lime Green #30D925

RGB

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

 GREEN value IS 217 (85.16% from 255) = 71.85%

 BLUE value IS 37 (14.84% from 255) = 12.25%

R = 15.89%
G = 71.85%
B = 12.25%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#30D925 (or 0x30D925) is known color: Lime Green. HEX triplet: 30, D9 and 25. RGB value is (48,217,37). Sum of RGB (Red+Green+Blue) = 48+217+37=302 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.89% from 302); Green value is 217 (85.16% from 255 or 71.85% from 302); Blue value is 37 (14.84% from 255 or 12.25% from 302); Max value from RGB is 217 - color contains mainly: green. Hex color #30D925 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30D925 is #CF26DA. Grayscale: #929292. Windows color (decimal): -13575899 or 2480432. OLE color: 2480432.

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

Color convert

RGB 48 217 37 -
CMYK 0.78 0 0.83 0.15
HSL 116.33º 0.71% 0.5% -
HSV(B) 116.33º 0.83% 0.85% -
XYZ 26.37 50.39 10.09 -
YUV 145.95 66.51 58.14 -
System Red Green Blue C M Y K H S L
Decimal 48 217 37 0.78 0 0.83 0.15 116.33 0.71 0.5
Hex 30 D9 25 4E 0 53 F 74 47 32
Octal 60 331 45 116 0 123 17 164 107 62
Binary 110000 11011001 100101 1001110 0 1010011 1111 1110100 1000111 110010

Color Harmonies of #30D925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D925

Black with #30D925

Text Example


Text Example

White with #30D925

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,217,37); }

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

background-color css

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

 a { background-color: rgb(48,217,37); }

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

border-color css

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

 span { border-color: rgb(48,217,37); }

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