Html Css Color HEX #30C524 Lime Green

📋 copy color: '#30C524'

red 48 ◦ green 197 ◦ blue 36

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

Shades of Lime Green #30C524

Tints of Lime Green #30C524

RGB

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

 GREEN value IS 197 (77.34% from 255) = 70.11%

 BLUE value IS 36 (14.45% from 255) = 12.81%

R = 17.08%
G = 70.11%
B = 12.81%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#30C524 (or 0x30C524) is known color: Lime Green. HEX triplet: 30, C5 and 24. RGB value is (48,197,36). Sum of RGB (Red+Green+Blue) = 48+197+36=281 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.08% from 281); Green value is 197 (77.34% from 255 or 70.11% from 281); Blue value is 36 (14.45% from 255 or 12.81% from 281); Max value from RGB is 197 - color contains mainly: green. Hex color #30C524 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30C524 is #CF3ADB. Grayscale: #868686. Windows color (decimal): -13581020 or 2409776. OLE color: 2409776.

HSL color Cylindrical-coordinate representation of color #30C524: hue angle of 115.53º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #30C524 is Cyan = 0.76, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.23.

Color convert

RGB 48 197 36 -
CMYK 0.76 0 0.82 0.23
HSL 115.53º 0.69% 0.46% -
HSV(B) 115.53º 0.82% 0.77% -
XYZ 21.5 40.69 8.39 -
YUV 134.1 72.64 66.59 -
System Red Green Blue C M Y K H S L
Decimal 48 197 36 0.76 0 0.82 0.23 115.53 0.69 0.46
Hex 30 C5 24 4C 0 52 17 74 45 2E
Octal 60 305 44 114 0 122 27 164 105 56
Binary 110000 11000101 100100 1001100 0 1010010 10111 1110100 1000101 101110

Color Harmonies of #30C524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30C524

Black with #30C524

Text Example


Text Example

White with #30C524

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,197,36); }

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

background-color css

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

 a { background-color: rgb(48,197,36); }

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

border-color css

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

 span { border-color: rgb(48,197,36); }

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