Html Css Color HEX #30C537 Lime Green

📋 copy color: '#30C537'

red 48 ◦ green 197 ◦ blue 55

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

Shades of Lime Green #30C537

Tints of Lime Green #30C537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 18.33%

R = 16%
G = 65.67%
B = 18.33%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#30C537 (or 0x30C537) is known color: Lime Green. HEX triplet: 30, C5 and 37. RGB value is (48,197,55). Sum of RGB (Red+Green+Blue) = 48+197+55=300 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16% from 300); Green value is 197 (77.34% from 255 or 65.67% from 300); Blue value is 55 (21.88% from 255 or 18.33% from 300); Max value from RGB is 197 - color contains mainly: green. Hex color #30C537 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30C537 is #CF3AC8. Grayscale: #888888. Windows color (decimal): -13581001 or 3654960. OLE color: 3654960.

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

Color convert

RGB 48 197 55 -
CMYK 0.76 0 0.72 0.23
HSL 122.82º 0.61% 0.48% -
HSV(B) 122.82º 0.76% 0.77% -
XYZ 21.87 40.84 10.34 -
YUV 136.26 82.14 65.05 -
System Red Green Blue C M Y K H S L
Decimal 48 197 55 0.76 0 0.72 0.23 122.82 0.61 0.48
Hex 30 C5 37 4C 0 48 17 7B 3D 30
Octal 60 305 67 114 0 110 27 173 75 60
Binary 110000 11000101 110111 1001100 0 1001000 10111 1111011 111101 110000

Color Harmonies of #30C537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30C537

Black with #30C537

Text Example


Text Example

White with #30C537

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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